kPoint Screen Capture Assistant
The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos.
Cos'è kPoint Screen Capture Assistant?
kPoint Screen Capture Assistant è un'estensione di Chrome sviluppata da https://kpoint.com, e la sua funzione principale è "The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione kPoint Screen Capture Assistant
Scarica i file di estensione kPoint Screen Capture Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The new kPoint extension for chrome browser allows you to record your screen and also enhance the searchability of your kPoint videos. Install this extension along with kPoint screen sharing plugin from your kPoint domain.
Informazioni di Base sull'Estensione
Nome | kPoint Screen Capture Assistant |
ID | jckpglhnbjcdnjkdpijjlhhadhphondf |
URL Ufficiale | https://chromewebstore.google.com/detail/kpoint-screen-capture-ass/jckpglhnbjcdnjkdpijjlhhadhphondf |
Descrizione | The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos. |
Dimensione del File | 47.48 KB |
Conteggio Installazioni | 250 |
Versione Corrente | 3.3.1 |
Ultimo Aggiornamento | 2020-09-25 |
Data di Pubblicazione | 2020-06-24 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://kpoint.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.kpoint.com/ |
URL della Pagina di Aiuto | https://www.kpoint.com/support/ |
URL della Pagina della Politica sulla Privacy | https://www.kpoint.com/privacy-policy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "kPoint Screen Capture Assistant", "short_name": "kPoint", "version": "3.3.1", "description": "The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos.", "background": { "scripts": [ "js\/jquery-1.7.2.min.js", "background.js", "plugin.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_idle", "all_frames": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "detectextension.js" ], "run_at": "document_end" } ], "permissions": [ "nativeMessaging" ], "externally_connectable": { "matches": [ "*:\/\/*.kpoint.com\/*", "*:\/\/*.skreen.me\/*", "*:\/\/*.techmahindra.com\/*", "*:\/\/*.gslab.com\/*", "*:\/\/*.zencite.com\/*", "*:\/\/*.persistent.co.in\/*", "*:\/\/*.kmart.com\/*", "*:\/\/*.tatatechnologies.com\/*", "*:\/\/*.coep.org.in\/*", "*:\/\/*.corpintra.net\/*", "*:\/\/*.cdac.in\/*", "*:\/\/*.bosch.com\/*", "*:\/\/*.lteaglobal.com\/*", "*:\/\/*.kalyanicorp.com\/*", "*:\/\/*.net.plm.eds.com\/*", "*:\/\/*.vsnl.co.in\/*", "*:\/\/*.wce.ac.in\/*", "*:\/\/*.cmcltd.com\/*", "*:\/\/*.chola.murugappa.com\/*", "*:\/\/*.airtel.com\/*", "*:\/\/*.tcs.com\/*", "*:\/\/*.tatacommunications.com\/*", "*:\/\/*.tieto.com\/*", "*:\/\/*.kpedmodo.com\/*", "*:\/\/*.kenan.ai\/*", "*:\/\/*.citiustech.com\/*", "*:\/\/*.barodagurukul.co.in\/*", "*:\/\/*.icicilombard.com\/*" ] }, "icons": { "16": "k16.png", "32": "k32.png", "48": "k48.png", "128": "k128.png" }, "manifest_version": 2 } |