VanillaTours Reservation Manager
VanillaTours Reservation Manager
VanillaTours Reservation Managerคืออะไร?
VanillaTours Reservation Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VanillaTours และคุณลักษณะหลักของมันคือ "VanillaTours Reservation Manager"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VanillaTours Reservation Manager
ดาวน์โหลดไฟล์ส่วนขยาย VanillaTours Reservation Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
v.0.0.2 = minor bug fixed v.0.0.1
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | VanillaTours Reservation Manager |
ID | pjmlmejifcfjenfmgcmmphfmjbbajhle |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vanillatours-reservation/pjmlmejifcfjenfmgcmmphfmjbbajhle |
คำอธิบาย | VanillaTours Reservation Manager |
ขนาดไฟล์ | 68.95 KB |
จำนวนการติดตั้ง | 90 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2014-10-30 |
วันที่เผยแพร่ | 2014-10-29 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | VanillaTours |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://vanillatours.com/ |
URL หน้าช่วยเหลือ | https://vanillatours.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VanillaTours Reservation Manager", "short_name": "VRM", "version": "0.0.4", "manifest_version": 2, "description": "VanillaTours Reservation Manager", "homepage_url": "http:\/\/www.vanillatours.com", "author": "Salih Sagdilek", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "VanillaTours Reservation Manager", "default_popup": "src\/browser_action\/browser_action.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.min.js", "js\/eventCalendar.js" ] } ] } |