kPoint Screen Capture Assistant
The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos.
O que é kPoint Screen Capture Assistant?
kPoint Screen Capture Assistant é uma extensão do Chrome desenvolvida por https://kpoint.com, e sua principal característica é "The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão kPoint Screen Capture Assistant
Baixe arquivos de extensão kPoint Screen Capture Assistant no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | kPoint Screen Capture Assistant |
ID | jckpglhnbjcdnjkdpijjlhhadhphondf |
URL Oficial | https://chromewebstore.google.com/detail/kpoint-screen-capture-ass/jckpglhnbjcdnjkdpijjlhhadhphondf |
Descrição | The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos. |
Tamanho do Arquivo | 47.48 KB |
Contagem de Instalações | 250 |
Versão Atual | 3.3.1 |
Última Atualização | 2020-09-25 |
Data de Publicação | 2020-06-24 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://kpoint.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.kpoint.com/ |
URL da Página de Ajuda | https://www.kpoint.com/support/ |
URL da Página de Política de Privacidade | https://www.kpoint.com/privacy-policy |
Idiomas Suportados | 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 } |