car2go drives exporter
This extension adds a tool to easily export car2go drive history.
What is car2go drives exporter?
car2go drives exporter is a Chrome extension developed by un_ordinateur, and its main feature is "This extension adds a tool to easily export car2go drive history.".
Extension Screenshots
Download car2go drives exporter Extension CRX File
Download car2go drives exporter 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
This extension adds an icon in the address bar when you go to car2go.com. Clicking on this icon will open a popup where you can easily export your drives history.
Extension Basic Information
Name | |
ID | pjcnhaelnkpgibdgaikmmlmiefjknigj |
Official URL | https://chromewebstore.google.com/detail/car2go-drives-exporter/pjcnhaelnkpgibdgaikmmlmiefjknigj |
Description | This extension adds a tool to easily export car2go drive history. |
File Size | 45.42 KB |
Installation Count | 38 |
Current Version | 1 |
Last Updated | 2014-11-15 |
Publish Date | 2014-11-14 |
Developer | un_ordinateur |
Payment Type | free |
Supported Languages | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1", "default_locale": "en", "icons": { "128": "icon.png" }, "permissions": [ "https:\/\/www.car2go.com\/*", "clipboardWrite", "declarativeContent" ], "page_action": { "default_name": "__MSG_popupDesc__", "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "minimum_chrome_version": "28" } |