div.nsl-container[data-align="left"] { text-align: left; } div.nsl-container[data-align="center"] { text-align: center; } div.nsl-container[data-align="right"] { text-align: right; } div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] { text-decoration: none; box-shadow: none; border: 0; } div.nsl-container .nsl-container-buttons { display: flex; padding: 5px 0; } div.nsl-container.nsl-container-block .nsl-container-buttons { display: inline-grid; grid-template-columns: minmax(145px, auto); } div.nsl-container-block-fullwidth .nsl-container-buttons { flex-flow: column; align-items: center; } div.nsl-container-block-fullwidth .nsl-container-buttons a, div.nsl-container-block .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px 0; width: 100%; } div.nsl-container-inline { margin: -5px; text-align: left; } div.nsl-container-inline .nsl-container-buttons { justify-content: center; flex-wrap: wrap; } div.nsl-container-inline .nsl-container-buttons a { margin: 5px; display: inline-block; } div.nsl-container-grid .nsl-container-buttons { flex-flow: row; align-items: center; flex-wrap: wrap; } div.nsl-container-grid .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px; max-width: 280px; width: 100%; } @media only screen and (min-width: 650px) { div.nsl-container-grid .nsl-container-buttons a { width: auto; } } div.nsl-container .nsl-button { cursor: pointer; vertical-align: top; border-radius: 4px; } div.nsl-container .nsl-button-default { color: #fff; display: flex; } div.nsl-container .nsl-button-icon { display: inline-block; } div.nsl-container .nsl-button-svg-container { flex: 0 0 auto; padding: 8px; display: flex; align-items: center; } div.nsl-container svg { height: 24px; width: 24px; vertical-align: top; } div.nsl-container .nsl-button-default div.nsl-button-label-container { margin: 0 24px 0 12px; padding: 10px 0; font-family: Helvetica, Arial, sans-serif; font-size: 16px; line-height: 20px; letter-spacing: .25px; overflow: hidden; text-align: center; text-overflow: clip; white-space: nowrap; flex: 1 1 auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-transform: none; display: inline-block; } div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container { margin: 1px; padding: 7px; border-radius: 3px; background: #fff; } div.nsl-container .nsl-button-google[data-skin="light"] { border-radius: 1px; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25); color: RGBA(0, 0, 0, 0.54); } div.nsl-container .nsl-button-apple .nsl-button-svg-container { padding: 0 6px; } div.nsl-container .nsl-button-apple .nsl-button-svg-container svg { height: 40px; width: auto; } div.nsl-container .nsl-button-apple[data-skin="light"] { color: #000; box-shadow: 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="white"] { color: #000; box-shadow: inset 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="light"] { color: #1877F2; box-shadow: inset 0 0 0 1px #1877F2; } div.nsl-container .nsl-button-spotify[data-skin="white"] { color: #191414; box-shadow: inset 0 0 0 1px #191414; } div.nsl-container .nsl-button-apple div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack[data-skin="light"] { color: #000000; box-shadow: inset 0 0 0 1px #DDDDDD; } div.nsl-container .nsl-button-tiktok[data-skin="light"] { color: #161823; box-shadow: 0 0 0 1px rgba(22, 24, 35, 0.12); } div.nsl-container .nsl-button-kakao { color: rgba(0, 0, 0, 0.85); } .nsl-clear { clear: both; } .nsl-container { clear: both; } .nsl-disabled-provider .nsl-button { filter: grayscale(1); opacity: 0.8; } /*Button align start*/ div.nsl-container-inline[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-inline[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-inline[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-grid[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-grid[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons { justify-content: space-around; } div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons { justify-content: space-between; } /* Button align end*/ /* Redirect */ #nsl-redirect-overlay { display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; z-index: 1000000; left: 0; top: 0; width: 100%; height: 100%; backdrop-filter: blur(1px); background-color: RGBA(0, 0, 0, .32);; } #nsl-redirect-overlay-container { display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: white; padding: 30px; border-radius: 10px; } #nsl-redirect-overlay-spinner { content: ''; display: block; margin: 20px; border: 9px solid RGBA(0, 0, 0, .6); border-top: 9px solid #fff; border-radius: 50%; box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6); width: 40px; height: 40px; animation: nsl-loader-spin 2s linear infinite; } @keyframes nsl-loader-spin { 0% { transform: rotate(0deg) } to { transform: rotate(360deg) } } #nsl-redirect-overlay-title { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 18px; font-weight: bold; color: #3C434A; } #nsl-redirect-overlay-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; text-align: center; font-size: 14px; color: #3C434A; } /* Redirect END*//* Notice fallback */ #nsl-notices-fallback { position: fixed; right: 10px; top: 10px; z-index: 10000; } .admin-bar #nsl-notices-fallback { top: 42px; } #nsl-notices-fallback > div { position: relative; background: #fff; border-left: 4px solid #fff; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1); margin: 5px 15px 2px; padding: 1px 20px; } #nsl-notices-fallback > div.error { display: block; border-left-color: #dc3232; } #nsl-notices-fallback > div.updated { display: block; border-left-color: #46b450; } #nsl-notices-fallback p { margin: .5em 0; padding: 2px; } #nsl-notices-fallback > div:after { position: absolute; right: 5px; top: 5px; content: '\00d7'; display: block; height: 16px; width: 16px; line-height: 16px; text-align: center; font-size: 20px; cursor: pointer; }

TV Punjab | Punjabi News Channel

Koo App ਮਸ਼ਹੂਰ ਹਸਤੀਆਂ ਨੂੰ ਉਮਰ ਭਰ ਮੁਫਤ ਦੇਵੇਗਾ ਵੈਰੀਫਿਕੇਸ਼ਨ , ਐਪ ਨੇ ਕੀਤਾ ਵਾਅਦਾ

ਦੁਨੀਆ ਦੇ ਦੂਜੇ ਸਭ ਤੋਂ ਵੱਡੇ ਮਾਈਕ੍ਰੋਬਲਾਗ, ਕੂ ਐਪ ਨੇ ਕਿਹਾ ਹੈ ਕਿ ਇਹ ਯੋਗ ਮਸ਼ਹੂਰ ਹਸਤੀਆਂ ਨੂੰ ਜੀਵਨ ਭਰ ਲਈ ਮੁਫਤ ਤਸਦੀਕ ਪ੍ਰਦਾਨ ਕਰੇਗਾ। ਵਾਸਤਵ ਵਿੱਚ, ਵੱਖ-ਵੱਖ ਖੇਤਰਾਂ ਵਿੱਚ ਉੱਤਮਤਾ, ਪ੍ਰਾਪਤੀ ਜਾਂ ਪੇਸ਼ੇਵਰ ਹੁਨਰ ਦੀ ਮਾਨਤਾ ਵਿੱਚ, Koo ਐਪ ਉਪਭੋਗਤਾ ਪ੍ਰੋਫਾਈਲਾਂ ‘ਤੇ ਇੱਕ ਯੈਲੋ ਟਿਕ ਪ੍ਰਦਾਨ ਕਰਦਾ ਹੈ, ਜੋ ਕਿ ਇਸਦੀ ਵੈਬਸਾਈਟ ‘ਤੇ ਸਪਸ਼ਟ ਤੌਰ ‘ਤੇ ਪ੍ਰਕਾਸ਼ਿਤ ਮਾਪਦੰਡਾਂ ਨੂੰ ਪੂਰਾ ਕਰਨ ਲਈ ਲੋੜੀਂਦੇ ਹਨ।

ਮੁਫਤ ਜੀਵਨ ਭਰ ਦੀ ਤਸਦੀਕ ਦੁਨੀਆ ਭਰ ਦੀਆਂ ਸਾਰੀਆਂ ਮਸ਼ਹੂਰ ਹਸਤੀਆਂ ਅਤੇ ਸਿਰਜਣਹਾਰਾਂ ਲਈ ਉਪਲਬਧ ਹੋਵੇਗੀ ਅਤੇ ਉਹਨਾਂ ਨੂੰ ਪੈਰੋਕਾਰਾਂ ਵਿੱਚ ਵਿਸ਼ਵਾਸ ਬਣਾਉਣ, ਉਹਨਾਂ ਦੀ ਸਾਖ ਦੀ ਰੱਖਿਆ ਕਰਨ ਅਤੇ ਪਲੇਟਫਾਰਮ ‘ਤੇ ਪਛਾਣ ਦੀ ਚੋਰੀ ਤੋਂ ਬਚਣ ਦੇ ਯੋਗ ਬਣਾਏਗੀ। ਇਸ ਤੋਂ ਇਲਾਵਾ, Koo ਐਪ ਉਪਭੋਗਤਾਵਾਂ ਨੂੰ ਉਹਨਾਂ ਦੇ ਟਵੀਟਸ ਨੂੰ ਸਿੱਧੇ ਪਲੇਟਫਾਰਮ ‘ਤੇ ਆਯਾਤ ਕਰਨ ਅਤੇ ਉਹਨਾਂ ਦੇ ਟਵਿੱਟਰ ਅਨੁਯਾਈਆਂ ਨੂੰ ਲੱਭਣ ਦੇ ਯੋਗ ਬਣਾਉਂਦਾ ਹੈ; ਤਾਂ ਜੋ ਉਨ੍ਹਾਂ ਨੂੰ ਦੁਬਾਰਾ ਸ਼ੁਰੂ ਨਾ ਕਰਨਾ ਪਵੇ।

ਮਯੰਕ ਬਿਦਾਵਤਕਾ, ਕੋ-ਸੰਸਥਾਪਕ, ਕੂ ਐਪਸ ਨੇ ਕਿਹਾ, “ਕੂ ਐਪਸ ‘ਤੇ, ਅਸੀਂ ਹਰ ਕਿਸੇ ਨੂੰ ਵਿਚਾਰ ਅਤੇ ਕਾਰਵਾਈ ਨਾਲ ਜੋੜਨ ਦੀ ਪਰਵਾਹ ਕਰਦੇ ਹਾਂ। ਅਸੀਂ ਉਹਨਾਂ ਸਾਰੀਆਂ ਮਸ਼ਹੂਰ ਹਸਤੀਆਂ ਨੂੰ ਮੁਫਤ ਜੀਵਨ ਭਰ ਤਸਦੀਕ ਪ੍ਰਦਾਨ ਕਰਦੇ ਹਾਂ ਜੋ ਮਾਨਤਾ ਅਵਾਰਡ ਲਈ ਯੋਗ ਹਨ, ਅਤੇ ਉਹਨਾਂ ਨੂੰ ਪਛਾਣ ਚੋਰਾਂ ਤੋਂ ਬਚਾਉਂਦੇ ਹਨ ਤਾਂ ਜੋ ਉਹ ਆਪਣੇ ਪੈਰੋਕਾਰਾਂ ਨਾਲ ਆਪਣੀ ਪ੍ਰਮਾਣਿਕ ​​ਆਵਾਜ਼ ਸਾਂਝੀ ਕਰ ਸਕਣ। ਅਸੀਂ ਇੱਕ ਯੋਗਤਾ-ਅਧਾਰਿਤ ਪਲੇਟਫਾਰਮ ਹਾਂ ਅਤੇ ਸਾਡੇ ਪਲੇਟਫਾਰਮ ਦੇ ਪਾਰਦਰਸ਼ੀ ਕੰਮਕਾਜ ‘ਤੇ ਮਾਣ ਮਹਿਸੂਸ ਕਰਦੇ ਹਾਂ ਜੋ ਬਿਨਾਂ ਕਿਸੇ ਕੀਮਤ ਦੇ ਉੱਤਮਤਾ ਨੂੰ ਮਾਨਤਾ ਦਿੰਦਾ ਹੈ। ਕੂ ਐਮੀਨੈਂਸ ਟਿਕ ਇੱਕ ਪ੍ਰਤੀਕ ਚਿੰਨ੍ਹ ਹੈ ਜਿਸ ਨੂੰ ਖਰੀਦਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ ਹੈ ਅਤੇ ਅਸੀਂ ਸਾਰੀਆਂ ਮਸ਼ਹੂਰ ਹਸਤੀਆਂ ਲਈ ਇਸ ਡਿਜੀਟਲ ਅਧਿਕਾਰ ਦੀ ਰੱਖਿਆ ਕਰਨ ਲਈ ਵਚਨਬੱਧ ਹਾਂ।

ਉਸਨੇ ਅੱਗੇ ਕਿਹਾ ਕਿ ਅਸੀਂ ਮਾਈਕ੍ਰੋਬਲਾਗਿੰਗ 2.0 ਅਨੁਭਵ ਬਣਾਉਣ ਲਈ ਪਿਛਲੇ ਤਿੰਨ ਸਾਲਾਂ ਵਿੱਚ ਆਪਣੀਆਂ ਕੋਸ਼ਿਸ਼ਾਂ ਨੂੰ ਕੇਂਦਰਿਤ ਕੀਤਾ ਹੈ ਅਤੇ ਇਹ 100 ਤੋਂ ਵੱਧ ਦੇਸ਼ਾਂ ਵਿੱਚ 60 ਮਿਲੀਅਨ ਤੋਂ ਵੱਧ ਡਾਊਨਲੋਡਾਂ ਦੇ ਨਾਲ ਦੂਜਾ ਸਭ ਤੋਂ ਵੱਡਾ ਮਾਈਕ੍ਰੋਬਲਾਗ ਬਣ ਗਿਆ ਹੈ। Koo ਐਪ ‘ਤੇ ਹੋਣ ਨਾਲ ਹਰ ਸਟੇਕਹੋਲਡਰ ਨੂੰ ਫਾਇਦਾ ਹੁੰਦਾ ਹੈ। ਅਸੀਂ ਕਦੇ ਵੀ ਅਜਿਹੀ ਵਿਸ਼ੇਸ਼ਤਾ ਲਈ ਚਾਰਜ ਨਹੀਂ ਲਵਾਂਗੇ ਜੋ ਇੰਟਰਨੈਟ ਨੂੰ ਮੁਫਤ ਪ੍ਰਦਾਨ ਕਰਨਾ ਚਾਹੀਦਾ ਸੀ। ਫੋਰਮਾਂ ਨੂੰ ਦੂਜਿਆਂ ਨੂੰ ਸਮਰੱਥ ਬਣਾਉਣ ਦੀ ਲੋੜ ਹੁੰਦੀ ਹੈ, ਨਾ ਕਿ ਉਹਨਾਂ ਦਾ ਗਲਾ ਘੁੱਟਣ ਦੀ।

Koo ਐਪ ਆਪਣੀਆਂ ਸਾਰੀਆਂ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ ਮੁਫਤ ਪ੍ਰਦਾਨ ਕਰਦਾ ਹੈ। ਇਹਨਾਂ ਵਿੱਚ ਮੁਫਤ ਸੰਪਾਦਨ ਫੰਕਸ਼ਨ, 500-ਅੱਖਰਾਂ ਦੀਆਂ ਪੋਸਟਾਂ, ਲੰਬੇ ਵੀਡੀਓਜ਼, ਇੱਕ ਵਾਰ ਵਿੱਚ 20 ਤੋਂ ਵੱਧ ਗਲੋਬਲ ਭਾਸ਼ਾਵਾਂ ਵਿੱਚ ਪੋਸਟ ਕਰਨ ਦੀ ਯੋਗਤਾ, ਚੈਟਜੀਪੀਟੀ, ਪੋਸਟ ਸ਼ਡਿਊਲਿੰਗ, ਡਰਾਫਟ, ਸਿਰਜਣਹਾਰਾਂ ਲਈ ਮੁਦਰੀਕਰਨ ਟੂਲ, ਉਪਭੋਗਤਾਵਾਂ ਲਈ ਇੱਕ ਵਫਾਦਾਰੀ ਪ੍ਰੋਗਰਾਮ, ਅਤੇ ਸਰਗਰਮ ਸਮੱਗਰੀ ਸੰਚਾਲਨ ਸ਼ਾਮਲ ਹਨ। ਆਦਿ, ਜੋ ਕਿ ਸਾਰੇ ਸਮਾਜਿਕ ਪਲੇਟਫਾਰਮਾਂ ਵਿੱਚੋਂ ਸਭ ਤੋਂ ਵਧੀਆ ਹੈ। Ku ਐਪਸ ਪਲੇਟਫਾਰਮ ‘ਤੇ ਸਭ ਤੋਂ ਵਧੀਆ ਅਨੁਭਵ ਪ੍ਰਾਪਤ ਕਰਨ ਲਈ ਹਰੇਕ ਉਪਭੋਗਤਾ ਨੂੰ ਸ਼ਕਤੀ ਪ੍ਰਦਾਨ ਕਰਨ ਵਿੱਚ ਵਿਸ਼ਵਾਸ ਰੱਖਦਾ ਹੈ।
ਤਸਦੀਕ ਟਿਕ ਲਈ ਅਰਜ਼ੀ ਦੇਣ ਲਈ, ਉਪਭੋਗਤਾ Koo ਵੈੱਬਸਾਈਟ ‘ਤੇ ਜਾ ਸਕਦੇ ਹਨ ਅਤੇ ਤਸਦੀਕ ਪ੍ਰਕਿਰਿਆ ਦੀ ਪਾਲਣਾ ਕਰ ਸਕਦੇ ਹਨ ਜਾਂ ਸਿੱਧੇ eminence.verification@kooapp.com ‘ਤੇ ਮੇਲ ਕਰ ਸਕਦੇ ਹਨ।

Exit mobile version