car2go drives exporter

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

ما هو car2go drives exporter؟

car2go drives exporter هو إضافة Chrome تم تطويرها بواسطة un_ordinateur، والميزة الرئيسية لها هي "This extension adds a tool to easily export car2go drive history.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة car2go drives exporter

قم بتنزيل ملفات الامتداد car2go drives exporter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم car2go drives exporter car2go drives exporter
ID pjcnhaelnkpgibdgaikmmlmiefjknigj
عنوان URL الرسمي https://chromewebstore.google.com/detail/car2go-drives-exporter/pjcnhaelnkpgibdgaikmmlmiefjknigj
الوصف This extension adds a tool to easily export car2go drive history.
حجم الملف 45.42 KB
عدد التثبيتات 38
النسخة الحالية 1
آخر تحديث 2014-11-15
تاريخ النشر 2014-11-14
المطور un_ordinateur
نوع الدفع free
اللغات المدعومة 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"
}