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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } |