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 |
| 官方網址 | 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"
]
} | |