Yamaneta - cashback on Aliexpress and etc.
Install Yamaneta extension and get up to 17% discount when buying on AliExpress, GearBest and other internet stores.
Yamaneta - cashback on Aliexpress and etc.란 무엇입니까?
Yamaneta - cashback on Aliexpress and etc.은(는) https://yamaneta.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Install Yamaneta extension and get up to 17% discount when buying on AliExpress, GearBest and other internet stores."입니다.
확장 프로그램 스크린샷
Yamaneta - cashback on Aliexpress and etc. 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
What is cashback? You purchase products in the Internet, the store pays us a remuneration, we return you a part of this transaction — this is cashback. Partner-stores: -AliExpress; -GearBest; -TinyDeals; -Banggood; -CooliCool; -MiniInTheBox; -and others. Install the «Yamaneta» extension and get up to 17% cashback for your online purchases.
확장 프로그램 기본 정보
이름 | Yamaneta - cashback on Aliexpress and etc. |
ID | filngkjpmpaglfkcenjiljkmeajoaiff |
공식 URL | https://chromewebstore.google.com/detail/yamaneta-cashback-on-alie/filngkjpmpaglfkcenjiljkmeajoaiff |
설명 | Install Yamaneta extension and get up to 17% discount when buying on AliExpress, GearBest and other internet stores. |
파일 크기 | 158 KB |
설치 횟수 | 2,643 |
현재 버전 | 1.3.7 |
최근 업데이트 | 2018-06-26 |
출시 날짜 | 2018-06-26 |
평점 | 4.85/5 총 100 개의 평점 |
개발자 | https://yamaneta.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://yamaneta.com/ |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*" ], "browser_action": { "default_title": "\u042f\u043c\u0430\u043d\u0435\u0442\u0430 \u2013 \u043a\u044d\u0448\u0431\u044d\u043a AliExpress", "default_popup": "popup.html", "default_icon": "icons\/icon48.png" }, "name": "__MSG_info_name__", "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "includes\/content.js" ], "run_at": "document_start" } ], "manifest_version": 2, "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "homepage_url": "https:\/\/yamaneta.ru\/", "version": "1.3.7", "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation" ], "description": "__MSG_info_description__" } |