car2go drives exporter

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

Qu'est-ce que car2go drives exporter ?

car2go drives exporter est une extension Chrome développée par un_ordinateur, et sa fonction principale est "This extension adds a tool to easily export car2go drive history.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension car2go drives exporter

Téléchargez les fichiers d'extension car2go drives exporter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom car2go drives exporter car2go drives exporter
ID pjcnhaelnkpgibdgaikmmlmiefjknigj
URL Officiel https://chromewebstore.google.com/detail/car2go-drives-exporter/pjcnhaelnkpgibdgaikmmlmiefjknigj
Description This extension adds a tool to easily export car2go drive history.
Taille du Fichier 45.42 KB
Nombre d'Installations 38
Version Actuelle 1
Dernière Mise à Jour 2014-11-15
Date de Publication 2014-11-14
Développeur un_ordinateur
Type de Paiement free
Langues Prises en Charge 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"
}