Airbnb Add Total
Display total.
Airbnb Add Totalคืออะไร?
Airbnb Add Total เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.helmutgranda.com และคุณลักษณะหลักของมันคือ "Display total."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Airbnb Add Total
ดาวน์โหลดไฟล์ส่วนขยาย Airbnb Add Total ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension adds @Airbnb fee to listing subtotal and then shows cost per guest per comment here: https://twitter.com/soopa/status/417084486992416768
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lpcpilfpbndjcbkockblohhldjblbdjj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/airbnb-add-total/lpcpilfpbndjcbkockblohhldjblbdjj |
คำอธิบาย | Display total. |
ขนาดไฟล์ | 83.61 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2013-12-30 |
วันที่เผยแพร่ | 2013-12-30 |
ผู้พัฒนา | http://www.helmutgranda.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Airbnb Add Total", "version": "1.0.0", "description": "Display total.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "airbnb add total", "default_popup": "src\/popup.html" }, "permissions": [ "http:\/\/www.airbnb.com\/rooms\/", "https:\/\/www.airbnb.com\/rooms\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.airbnb.com\/rooms\/*" ], "css": [ "src\/contentStyle.css" ], "js": [ "lib\/jquery.min.js", "src\/contentScript.js" ] } ] } |