SoSafe WebTools
Agrega mejoras al portal web de SoSafe
SoSafe WebToolsคืออะไร?
SoSafe WebTools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sosafechile และคุณลักษณะหลักของมันคือ "Agrega mejoras al portal web de SoSafe"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SoSafe WebTools
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |