Grabr - Global Shopping & Delivery
Get products from abroad delivered to you by travelers! 🛍️ ✈️ Order from any online store, even if they don’t ship to your country
Grabr - Global Shopping & Delivery란 무엇입니까?
Grabr - Global Shopping & Delivery은(는) https://grabr.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get products from abroad delivered to you by travelers! 🛍️ ✈️ Order from any online store, even if they don’t ship to your country"입니다.
확장 프로그램 스크린샷
Grabr - Global Shopping & Delivery 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
⚡️ Get this extension to easily order delivery of your favorite products from international stores like Amazon, eBay, Apple and many more in 1-click. ⚡️ You will be matched with Travelers going to your city who will buy and deliver these products to you. More about How Grabr works 👉 https://grabr.io/how-grabr-works 🚀How Grabr Chrome extension works: 1. Add Grabr extension to your browser. 2. Browse online stores and find the products you want. 3. Use Extension to request delivery of the product on Grabr. 4. Sign up at http://grabr.io to shop any US or overseas products. 5. Get matched with a traveler going to your city who will buy and deliver these products to you.
확장 프로그램 기본 정보
이름 | |
ID | bpmlnlcmaobcdccjgdmkjhjfonmfoiei |
공식 URL | https://chromewebstore.google.com/detail/grabr-global-shopping-del/bpmlnlcmaobcdccjgdmkjhjfonmfoiei |
설명 | Get products from abroad delivered to you by travelers! 🛍️ ✈️ Order from any online store, even if they don’t ship to your country |
파일 크기 | 1.05 MB |
설치 횟수 | 3,743 |
현재 버전 | 4.0.33 |
최근 업데이트 | 2020-03-30 |
출시 날짜 | 2020-03-30 |
평점 | 4.79/5 총 19 개의 평점 |
개발자 | https://grabr.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://grabr.io/ |
도움말 페이지 URL | https://help.grabr.io |
개인정보 보호 정책 페이지 URL | https://grabr.io/privacy |
지원되는 언어 | en,es-419,pt-BR,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_manifestBrowserActionDefaultTitle__" }, "content_scripts": [ { "js": [ "content3rdParty.js" ], "matches": [ "https:\/\/www.amazon.com\/*" ] }, { "js": [ "contentGrabr.js" ], "matches": [ "https:\/\/grabr.io\/*" ] } ], "default_locale": "en", "description": "__MSG_manifestDescription__", "icons": { "16": "icon-16.png", "32": "icon-32.png", "64": "icon-64.png", "128": "icon-128.png" }, "manifest_version": 2, "name": "__MSG_manifestName__", "permissions": [ "activeTab" ], "version": "4.0.33", "web_accessible_resources": [ "index.js", "index.css", "assets\/*" ] } |