GDG Abidjan Agenda
Une extension chrome pour afficher le calendrier des evenement GdgAbidjan
What is GDG Abidjan Agenda?
GDG Abidjan Agenda is a Chrome extension developed by GDG Abidjan, and its main feature is "Une extension chrome pour afficher le calendrier des evenement GdgAbidjan".
Extension Screenshots
Download GDG Abidjan Agenda Extension CRX File
Download GDG Abidjan Agenda 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
Une extension pour les membre du gdgAbidjan qui vas leur servir de racourci pour avoir accès à leur agenda
Extension Basic Information
Name | |
ID | nejndnnedlllccfhbpfmnpkgdmapbklf |
Official URL | https://chromewebstore.google.com/detail/gdg-abidjan-agenda/nejndnnedlllccfhbpfmnpkgdmapbklf |
Description | Une extension chrome pour afficher le calendrier des evenement GdgAbidjan |
File Size | 31.57 KB |
Installation Count | 70 |
Current Version | 1.0 |
Last Updated | 2014-07-31 |
Publish Date | 2014-07-31 |
Rating | 5.00/5 Total 2 Ratings |
Developer | GDG Abidjan |
Payment Type | free |
Extension Website | http://gdgabidjan.ci |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GDG Abidjan Agenda", "version": "1.0", "default_locale": "fr", "description": "Une extension chrome pour afficher le calendrier des evenement GdgAbidjan", "options_page": "views\/options.html", "background": { "page": "views\/background.html" }, "permissions": [ "tabs", "http:\/\/*.google.com\/", "https:\/\/*google.com\/" ], "browser_action": { "default_title": "GDG Abidjan agenda", "default_icon": "icon.png" }, "manifest_version": 2 } |