CyberAIO Extension
CyberAIO companion extension
Cos'è CyberAIO Extension?
CyberAIO Extension è un'estensione di Chrome sviluppata da https://cybersole.io, e la sua funzione principale è "CyberAIO companion extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CyberAIO Extension
Scarica i file di estensione CyberAIO Extension 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
Easily create and start a task straight from your browser and view its live status. This is an extension for CyberAIO, you must have purchased and installed CyberAIO beforehand to use this extension. Requirements: You must be logged in before using the extension at https://cybersole.io/dashboard
Informazioni di Base sull'Estensione
Nome | |
ID | joihgbohedgjpcmdafkebmimldcfcmfb |
URL Ufficiale | https://chrome.google.com/webstore/detail/cyberaio-extension/joihgbohedgjpcmdafkebmimldcfcmfb |
Descrizione | CyberAIO companion extension |
Dimensione del File | 59.91 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 2.0.2 |
Ultimo Aggiornamento | 2019-07-24 |
Data di Pubblicazione | 2019-07-24 |
Valutazione | 4.56/5 Totale 18 Valutazioni |
Sviluppatore | https://cybersole.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://cybersole.io |
URL della Pagina di Aiuto | https://support.cybersole.io |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CyberAIO Extension", "version": "2.0.2", "manifest_version": 2, "description": "CyberAIO companion extension", "permissions": [ "activeTab", "tabs" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/inject.js" ] } ] } |