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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
}