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คืออะไร?

Click-it - Notifications sur Google Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adrien และคุณลักษณะหลักของมันคือ "Cette extension vous permet d'être informé des dernières actualités de Click-it.fr"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Click-it - Notifications sur Google Chrome

ดาวน์โหลดไฟล์ส่วนขยาย Click-it - Notifications sur Google Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Click-it - Notifications sur Google Chrome Click-it - Notifications sur Google Chrome
ID cklbmjbjfgmbglpgpepmcofaldcipoif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/click-it-notifications-su/cklbmjbjfgmbglpgpepmcofaldcipoif
คำอธิบาย Cette extension vous permet d'être informé des dernières actualités de Click-it.fr
ขนาดไฟล์ 140 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-09-11
วันที่เผยแพร่ 2016-09-11
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Adrien
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://click-it.fr
URL หน้าช่วยเหลือ http://click-it.fr/index.php/a-propos/support
ภาษาที่รองรับ 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\/"
    ]
}