car2go drives exporter

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

Co to jest car2go drives exporter?

car2go drives exporter to rozszerzenie Chrome opracowane przez un_ordinateur, a jego główną funkcją jest „This extension adds a tool to easily export car2go drive history.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia car2go drives exporter

Pobierz pliki rozszerzeń car2go drives exporter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa car2go drives exporter car2go drives exporter
ID pjcnhaelnkpgibdgaikmmlmiefjknigj
Oficjalny URL https://chromewebstore.google.com/detail/car2go-drives-exporter/pjcnhaelnkpgibdgaikmmlmiefjknigj
Opis This extension adds a tool to easily export car2go drive history.
Rozmiar pliku 45.42 KB
Liczba instalacji 38
Aktualna Wersja 1
Ostatnia Aktualizacja 2014-11-15
Data Publikacji 2014-11-14
Deweloper un_ordinateur
Typ Płatności free
Obsługiwane Języki 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"
}