Aerobox
Agregar items en tu carro a medida que navegas por la web y calcule el shipping a Uruguay!
Aeroboxคืออะไร?
Aerobox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aeroboxuy และคุณลักษณะหลักของมันคือ "Agregar items en tu carro a medida que navegas por la web y calcule el shipping a Uruguay!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aerobox
ดาวน์โหลดไฟล์ส่วนขยาย Aerobox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Navega por tiendas en Estados Unidos y entérate cuanto cuesta recibirlo en tu casa!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aopfpchamfhggbdnfdmdoehkdhapgdfi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/aerobox/aopfpchamfhggbdnfdmdoehkdhapgdfi |
คำอธิบาย | Agregar items en tu carro a medida que navegas por la web y calcule el shipping a Uruguay! |
ขนาดไฟล์ | 5.82 MB |
จำนวนการติดตั้ง | 135 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2017-03-29 |
วันที่เผยแพร่ | 2017-03-29 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | aeroboxuy |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.aerobox.com.uy |
ภาษาที่รองรับ | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Aerobox", "description": "Agregar items en tu carro a medida que navegas por la web y calcule el shipping a Uruguay!", "version": "1.1.0", "homepage_url": "http:\/\/www.aerobox.com.uy\/*", "browser_action": { "default_icon": ".\/assets\/icon.png", "default_title": "Aerobox", "default_popup": ".\/popups\/popup.html" }, "icons": { "16": "\/assets\/icon16.png", "48": "\/assets\/icon48.png", "128": "\/assets\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.com\/*", "*:\/\/www.ebay.com\/*", "*:\/\/www.victoriassecret.com\/*", "*:\/\/www.newegg.com\/*", "*:\/\/www.bananarepublic.gap.com\/*", "*:\/\/www.gap.com\/*", "*:\/\/www.oldnavy.gap.com\/*", "*:\/\/www.athleta.gap.com\/*", "*:\/\/www.walmart.com\/*", "*:\/\/www.macys.com\/*", "*:\/\/www.toysrus.com\/*", "*:\/\/www.tigerdirect.com\/*", "*:\/\/www.ae.com\/*", "*:\/\/www.bestbuy.com\/*", "*:\/\/www.target.com\/*", "*:\/\/www.zappos.com\/*", "*:\/\/www.aliexpress.com\/*", "*:\/\/www.us.asos.com\/*", "*:\/\/tiendamia.com\/*" ], "css": [ "styles\/bar.css", "styles\/tooltip.css", "bower_components\/Ionicons\/css\/ionicons.min.css", "bower_components\/opentip\/css\/opentip.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/opentip\/downloads\/opentip-jquery.min.js", "content-scripts\/utils\/guid.js", "content-scripts\/utils\/trunc.js", "content-scripts\/calculator.js", "content-scripts\/render.js", "content-scripts\/scrape.js", "content-scripts\/bar.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "bower_components\/jquery\/dist\/jquery.min.js" ] }, "permissions": [ "tabs", "storage", "unlimitedStorage", "activeTab" ] } |