Click-it - Notifications sur Google Chrome
Cette extension vous permet d'être informé des dernières actualités de Click-it.fr
Wat is Click-it - Notifications sur Google Chrome?
Click-it - Notifications sur Google Chrome is een Chrome-extensie ontwikkeld door Adrien, en de belangrijkste functie is "Cette extension vous permet d'être informé des dernières actualités de Click-it.fr".
Extensie Screenshots
Download het CRX-bestand van de extensie Click-it - Notifications sur Google Chrome
Download Click-it - Notifications sur Google Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | |
ID | cklbmjbjfgmbglpgpepmcofaldcipoif |
Officiële URL | https://chromewebstore.google.com/detail/click-it-notifications-su/cklbmjbjfgmbglpgpepmcofaldcipoif |
Beschrijving | Cette extension vous permet d'être informé des dernières actualités de Click-it.fr |
Bestandsgrootte | 140 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-09-11 |
Publicatiedatum | 2016-09-11 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Adrien |
Betalingswijze | free |
Extensiewebsite | http://click-it.fr |
Help Pagina-URL | http://click-it.fr/index.php/a-propos/support |
Ondersteunde Talen | 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\/" ] } |