Aerobox
Agregar items en tu carro a medida que navegas por la web y calcule el shipping a Uruguay!
Aerobox란 무엇입니까?
Aerobox은(는) aeroboxuy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Agregar items en tu carro a medida que navegas por la web y calcule el shipping a Uruguay!"입니다.
확장 프로그램 스크린샷
Aerobox 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |