Cisco Assistant

A new concept tool for streamlining your working information at Cisco.

Cisco Assistant là gì?

Cisco Assistant là một tiện ích mở rộng Chrome được phát triển bởi adenin, và tính năng chính của nó là "A new concept tool for streamlining your working information at Cisco.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cisco Assistant

Tải xuống các tệp mở rộng Cisco Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cisco Assistant Cisco Assistant
ID kfohcpknbjgeedpfkbapfhiihbciifme
URL Chính Thức https://chromewebstore.google.com/detail/cisco-assistant/kfohcpknbjgeedpfkbapfhiihbciifme
Mô tả A new concept tool for streamlining your working information at Cisco.
Kích Thước Tệp 37.28 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2017-09-01
Ngày Phát Hành 2017-09-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển adenin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.nowassistant.com
URL Trang Trợ Giúp http://helpdesk.adenin.com
URL Trang Chính Sách Bảo Mật http://www.adenin.com/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}