car2go drives exporter

This extension adds a tool to easily export car2go drive history.

Vad är car2go drives exporter?

car2go drives exporter är en Chrome-tillägg utvecklad av un_ordinateur, och dess huvudfunktion är "This extension adds a tool to easily export car2go drive history.".

Tilläggsskärmbilder

screenshot

Ladda ner car2go drives exporter-förlängningens CRX-fil

Ladda ner car2go drives exporter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn car2go drives exporter car2go drives exporter
ID pjcnhaelnkpgibdgaikmmlmiefjknigj
Officiell webbadress https://chromewebstore.google.com/detail/car2go-drives-exporter/pjcnhaelnkpgibdgaikmmlmiefjknigj
Beskrivning This extension adds a tool to easily export car2go drive history.
Filstorlek 45.42 KB
Antal Installationer 38
Aktuell Version 1
Senast Uppdaterad 2014-11-15
Publiceringsdatum 2014-11-14
Utvecklare un_ordinateur
Betalningssätt free
Stödda Språk 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"
}