SoSafe WebTools
Agrega mejoras al portal web de SoSafe
Qu'est-ce que SoSafe WebTools ?
SoSafe WebTools est une extension Chrome développée par sosafechile, et sa fonction principale est "Agrega mejoras al portal web de SoSafe".
Télécharger le fichier CRX de l'extension SoSafe WebTools
Téléchargez les fichiers d'extension SoSafe WebTools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | ckkdeclcjpljoaffpkkcfoompnolpfjg |
URL Officiel | https://chrome.google.com/webstore/detail/sosafe-webtools/ckkdeclcjpljoaffpkkcfoompnolpfjg |
Description | Agrega mejoras al portal web de SoSafe |
Taille du Fichier | 642 KB |
Nombre d'Installations | 35 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2016-12-23 |
Date de Publication | 2016-12-23 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | sosafechile |
Type de Paiement | free |
Site Web de l'Extension | http://www.sosafe.cl |
Langues Prises en Charge | 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" ] } |