SoSafe WebTools
Agrega mejoras al portal web de SoSafe
SoSafe WebToolsとは何ですか?
SoSafe WebToolsはsosafechileによって開発されたChromeの拡張機能で、その主な機能は「Agrega mejoras al portal web de SoSafe」です。
SoSafe WebTools拡張機能のCRXファイルをダウンロード
SoSafe WebTools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | ckkdeclcjpljoaffpkkcfoompnolpfjg |
公式URL | https://chrome.google.com/webstore/detail/sosafe-webtools/ckkdeclcjpljoaffpkkcfoompnolpfjg |
説明 | Agrega mejoras al portal web de SoSafe |
ファイルサイズ | 642 KB |
インストール数 | 35 |
現在のバージョン | 1.2 |
最終更新日 | 2016-12-23 |
公開日 | 2016-12-23 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | sosafechile |
支払い方法 | free |
拡張機能のウェブサイト | http://www.sosafe.cl |
対応言語 | 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" ] } |