SoSafe WebTools
Agrega mejoras al portal web de SoSafe
Cos'è SoSafe WebTools?
SoSafe WebTools è un'estensione di Chrome sviluppata da sosafechile, e la sua funzione principale è "Agrega mejoras al portal web de SoSafe".
Scarica il file CRX dell'estensione SoSafe WebTools
Scarica i file di estensione SoSafe WebTools 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
Informazioni di Base sull'Estensione
Nome | |
ID | ckkdeclcjpljoaffpkkcfoompnolpfjg |
URL Ufficiale | https://chrome.google.com/webstore/detail/sosafe-webtools/ckkdeclcjpljoaffpkkcfoompnolpfjg |
Descrizione | Agrega mejoras al portal web de SoSafe |
Dimensione del File | 642 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2016-12-23 |
Data di Pubblicazione | 2016-12-23 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | sosafechile |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.sosafe.cl |
Lingue Supportate | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SoSafe WebTools", "short_name": "Sosafe", "default_locale": "es", "description": "Agrega mejoras al portal web de SoSafe", "version": "1.2", "browser_action": { "default_icon": "icons\/icon-19.png", "default_popup": "app\/login.html" }, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "152": "icons\/icon-152.png" }, "background": { "scripts": [ "src\/jquery-2.1.3.js", "constant.js", "moment-with-locales.js", "background.js" ] }, "permissions": [ "idle", "webRequest", "webRequestBlocking", "webNavigation", "tabs", "activeTab", "http:\/\/sosafe.local\/*", "http:\/\/admin.sosafe.cl\/*", "http:\/\/stage.sosafe.cl\/*", "http:\/\/nodeping.com\/", "background", "notifications" ], "content_scripts": [ { "matches": [ "http:\/\/sosafe.local\/*", "http:\/\/stage.sosafe.cl\/*", "http:\/\/admin.sosafe.cl\/*" ], "run_at": "document_start", "js": [ "app\/js\/script.js" ] } ], "externally_connectable": { "matches": [ "http:\/\/sosafe.local\/*", "http:\/\/stage.sosafe.cl\/*", "http:\/\/admin.sosafe.cl\/*" ] }, "web_accessible_resources": [ "*.svg", "*.png", "*.css", "*.js", "*.mp3", "*.ogg", "*.woff" ] } |