Click-it - Notifications sur Google Chrome
Cette extension vous permet d'être informé des dernières actualités de Click-it.fr
What is Click-it - Notifications sur Google Chrome?
Click-it - Notifications sur Google Chrome is a Chrome extension developed by Adrien, and its main feature is "Cette extension vous permet d'être informé des dernières actualités de Click-it.fr".
Extension Screenshots
Download Click-it - Notifications sur Google Chrome Extension CRX File
Download Click-it - Notifications sur Google Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | |
ID | cklbmjbjfgmbglpgpepmcofaldcipoif |
Official URL | https://chromewebstore.google.com/detail/click-it-notifications-su/cklbmjbjfgmbglpgpepmcofaldcipoif |
Description | Cette extension vous permet d'être informé des dernières actualités de Click-it.fr |
File Size | 140 KB |
Installation Count | 30 |
Current Version | 1.0 |
Last Updated | 2016-09-11 |
Publish Date | 2016-09-11 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Adrien |
Payment Type | free |
Extension Website | http://click-it.fr |
Help Page URL | http://click-it.fr/index.php/a-propos/support |
Supported Languages | 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\/" ] } |