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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | 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 |
عنوان صفحة المساعدة | http://helpdesk.adenin.com |
عنوان صفحة سياسة الخصوصية | 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" } } |