car2go drives exporter

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

Apa itu car2go drives exporter?

car2go drives exporter adalah ekstensi Chrome yang dikembangkan oleh un_ordinateur, dan fitur utamanya adalah "This extension adds a tool to easily export car2go drive history.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi car2go drives exporter

Unduh file ekstensi car2go drives exporter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama car2go drives exporter car2go drives exporter
ID pjcnhaelnkpgibdgaikmmlmiefjknigj
URL Resmi https://chromewebstore.google.com/detail/car2go-drives-exporter/pjcnhaelnkpgibdgaikmmlmiefjknigj
Deskripsi This extension adds a tool to easily export car2go drive history.
Ukuran File 45.42 KB
Jumlah Instalasi 38
Versi Saat Ini 1
Terakhir Diperbarui 2014-11-15
Tanggal Publikasi 2014-11-14
Pengembang un_ordinateur
Tipe Pembayaran free
Bahasa yang Didukung 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"
}