SoSafe WebTools
Agrega mejoras al portal web de SoSafe
Was ist SoSafe WebTools?
SoSafe WebTools ist eine Chrome-Erweiterung, die von sosafechile entwickelt wurde, und ihr Hauptmerkmal ist "Agrega mejoras al portal web de SoSafe".
SoSafe WebTools-Erweiterungs-CRX-Datei herunterladen
Laden Sie SoSafe WebTools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | ckkdeclcjpljoaffpkkcfoompnolpfjg |
Offizielle URL | https://chrome.google.com/webstore/detail/sosafe-webtools/ckkdeclcjpljoaffpkkcfoompnolpfjg |
Beschreibung | Agrega mejoras al portal web de SoSafe |
Dateigröße | 642 KB |
Installationsanzahl | 35 |
Aktuelle Version | 1.2 |
Letztes Update | 2016-12-23 |
Veröffentlichungsdatum | 2016-12-23 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | sosafechile |
Zahlungsart | free |
Erweiterungswebsite | http://www.sosafe.cl |
Unterstützte Sprachen | 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" ] } |