Click-it - Notifications sur Google Chrome

Cette extension vous permet d'être informé des dernières actualités de Click-it.fr

Click-it - Notifications sur Google Chrome là gì?

Click-it - Notifications sur Google Chrome là một tiện ích mở rộng Chrome được phát triển bởi Adrien, và tính năng chính của nó là "Cette extension vous permet d'être informé des dernières actualités de Click-it.fr".

Ả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 Click-it - Notifications sur Google Chrome

Tải xuống các tệp mở rộng Click-it - Notifications sur Google Chrome 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

                        Grâce à l'extension Click-it.fr, vous pouvez être informé en un click des dernières actualités du site internet (missions ajoutées, informations, nouveautés).                    

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

Tên Click-it - Notifications sur Google Chrome Click-it - Notifications sur Google Chrome
ID cklbmjbjfgmbglpgpepmcofaldcipoif
URL Chính Thức https://chromewebstore.google.com/detail/click-it-notifications-su/cklbmjbjfgmbglpgpepmcofaldcipoif
Mô tả Cette extension vous permet d'être informé des dernières actualités de Click-it.fr
Kích Thước Tệp 140 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-09-11
Ngày Phát Hành 2016-09-11
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Adrien
Loại Thanh Toán free
Trang Web Mở Rộng http://click-it.fr
URL Trang Trợ Giúp http://click-it.fr/index.php/a-propos/support
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Click-it - Notifications sur Google Chrome",
    "description": "Cette extension vous permet d'\u00eatre inform\u00e9 des derni\u00e8res actualit\u00e9s de Click-it.fr",
    "version": "1.0",
    "browser_action": {
        "default_icon": "newlogfb.png",
        "default_popup": "popup.html",
        "default_title": "Afficher les derni\u00e8res actualit\u00e9s du site Click-it.fr"
    },
    "background": {
        "scripts": [
            "click.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "newlogfb.png",
        "48": "newlogfb.png",
        "128": "newlogfb.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}