car2go drives exporter
This extension adds a tool to easily export car2go drive history.
Wat is car2go drives exporter?
car2go drives exporter is een Chrome-extensie ontwikkeld door un_ordinateur, en de belangrijkste functie is "This extension adds a tool to easily export car2go drive history.".
Extensie Screenshots
Download het CRX-bestand van de extensie car2go drives exporter
Download car2go drives exporter-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
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.
Basisinformatie over de Extensie
Naam | |
ID | pjcnhaelnkpgibdgaikmmlmiefjknigj |
Officiële URL | https://chromewebstore.google.com/detail/car2go-drives-exporter/pjcnhaelnkpgibdgaikmmlmiefjknigj |
Beschrijving | This extension adds a tool to easily export car2go drive history. |
Bestandsgrootte | 45.42 KB |
Aantal Installaties | 38 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2014-11-15 |
Publicatiedatum | 2014-11-14 |
Ontwikkelaar | un_ordinateur |
Betalingswijze | free |
Ondersteunde Talen | 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" } |