Backit Plugin
Get cashback for every order in AliExpress, ASOS, Banggood, GearBest, Hotels.com and 220 Volt stores with Backit plugin
Backit Plugin란 무엇입니까?
Backit Plugin은(는) https://epn.bz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get cashback for every order in AliExpress, ASOS, Banggood, GearBest, Hotels.com and 220 Volt stores with Backit plugin"입니다.
확장 프로그램 스크린샷
Backit Plugin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get cashback on every purchase in AliExpress, Ozon, ASOS and other popular stores with the plugin Backit Plugin Backit allows you to get cashback on purchases in online stores with clothing, electronics and other goods. And you can also return some money when you book a trip, order food and flowers online. Get back up to 90% cashback on each purchase and save your money!
확장 프로그램 기본 정보
이름 | Backit Plugin |
ID | hfdhpmpfpcnbboppkkkblilhbloejijj |
공식 URL | https://chromewebstore.google.com/detail/backit-plugin/hfdhpmpfpcnbboppkkkblilhbloejijj |
설명 | Get cashback for every order in AliExpress, ASOS, Banggood, GearBest, Hotels.com and 220 Volt stores with Backit plugin |
파일 크기 | 817 KB |
설치 횟수 | 154,544 |
현재 버전 | 3.0.0 |
최근 업데이트 | 2023-12-19 |
출시 날짜 | 2020-06-17 |
평점 | 4.71/5 총 6211 개의 평점 |
개발자 | https://epn.bz |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://backit.me/cashback/privacy |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Backit Plugin", "description": "__MSG_extDescription__", "version": "3.0.0", "default_locale": "en", "author": "Backit Development Team", "incognito": "not_allowed", "permissions": [ "proxy", "management", "notifications", "tabs", "storage", "webNavigation" ], "host_permissions": [ "http:\/\/*.backit.me\/", "https:\/\/*.backit.me\/" ], "icons": { "16": "icons\/logo-16.png", "48": "icons\/logo-48.png", "128": "icons\/logo-128.png" }, "action": { "default_popup": "popup\/popup.html", "default_title": "Backit Plugin", "default_icon": { "16": "icons\/logo-16.png", "48": "icons\/logo-48.png", "128": "icons\/logo-128.png" } }, "background": { "service_worker": "service_worker.js", "type": "module", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+Z", "mac": "MacCtrl+Shift+Z" } } } }, "options_ui": { "page": "options\/options.html" }, "web_accessible_resources": [ { "resources": [ "\/assets\/appIcons\/cog-solid.svg", "\/assets\/appIcons\/times-circle-light.svg", "\/assets\/appIcons\/angle-up-light.svg", "\/assets\/backit\/main-logo.svg", "\/assets\/tapicash\/main-logo.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/cs_index.js", ".\/cs_search_integration.js", ".\/cs_similar_goods.js" ], "css": [ ".\/cs_index.css", "assets\/contentScriptsStyle\/searchIntegration.css", ".\/cs_similar_goods.css" ] } ], "homepage_url": "https:\/\/backit.me" } |