Cisco Assistant
A new concept tool for streamlining your working information at Cisco.
Cisco Assistantคืออะไร?
Cisco Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย adenin และคุณลักษณะหลักของมันคือ "A new concept tool for streamlining your working information at Cisco."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cisco Assistant
ดาวน์โหลดไฟล์ส่วนขยาย Cisco Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cisco Assistant |
ID | kfohcpknbjgeedpfkbapfhiihbciifme |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cisco-assistant/kfohcpknbjgeedpfkbapfhiihbciifme |
คำอธิบาย | A new concept tool for streamlining your working information at Cisco. |
ขนาดไฟล์ | 37.28 KB |
จำนวนการติดตั้ง | 43 |
เวอร์ชันปัจจุบัน | 1.2.3 |
อัปเดตครั้งล่าสุด | 2017-09-01 |
วันที่เผยแพร่ | 2017-09-01 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | adenin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.nowassistant.com |
URL หน้าช่วยเหลือ | http://helpdesk.adenin.com |
URL หน้านโยบายความเป็นส่วนตัว | http://www.adenin.com/legal/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cisco Assistant", "version": "1.2.3", "description": "A new concept tool for streamlining your working information at Cisco.", "homepage_url": "http:\/\/www.nowassistant.com", "icons": { "19": "img\/icon_19.png", "38": "img\/icon_38.png", "64": "img\/icon_64.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": { "19": "img\/icon_19_red.png", "38": "img\/icon_38_red.png" }, "default_popup": "html\/index.html" }, "permissions": [ "tabs", "storage", "cookies", "notifications", "http:\/\/cisco.nowassistant.com\/*", "https:\/\/cisco.nowassistant.com\/*", "https:\/\/cards-pilot.cisco.com\/*" ], "options_ui": { "chrome_style": true, "page": "options\/options.html" }, "options_page": "options\/options.html", "background": { "page": "html\/background.html" } } |