CyberAIO Extension
CyberAIO companion extension
Wat is CyberAIO Extension?
CyberAIO Extension is een Chrome-extensie ontwikkeld door https://cybersole.io, en de belangrijkste functie is "CyberAIO companion extension".
Extensie Screenshots
Download het CRX-bestand van de extensie CyberAIO Extension
Download CyberAIO Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | joihgbohedgjpcmdafkebmimldcfcmfb |
Officiële URL | https://chrome.google.com/webstore/detail/cyberaio-extension/joihgbohedgjpcmdafkebmimldcfcmfb |
Beschrijving | CyberAIO companion extension |
Bestandsgrootte | 59.91 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 2.0.2 |
Laatst Bijgewerkt | 2019-07-24 |
Publicatiedatum | 2019-07-24 |
Beoordeling | 4.56/5 Totaal 18 Beoordelingen |
Ontwikkelaar | https://cybersole.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://cybersole.io |
Help Pagina-URL | https://support.cybersole.io |
Ondersteunde Talen | 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" ] } ] } |