car2go drives exporter
This extension adds a tool to easily export car2go drive history.
car2go drives exporter là gì?
car2go drives exporter là một tiện ích mở rộng Chrome được phát triển bởi un_ordinateur, và tính năng chính của nó là "This extension adds a tool to easily export car2go drive history.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng car2go drives exporter
Tải xuống các tệp mở rộng car2go drives exporter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pjcnhaelnkpgibdgaikmmlmiefjknigj |
URL Chính Thức | https://chromewebstore.google.com/detail/car2go-drives-exporter/pjcnhaelnkpgibdgaikmmlmiefjknigj |
Mô tả | This extension adds a tool to easily export car2go drive history. |
Kích Thước Tệp | 45.42 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 1 |
Cập Nhật Lần Cuối | 2014-11-15 |
Ngày Phát Hành | 2014-11-14 |
Nhà Phát Triển | un_ordinateur |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |