eMAG HELPER Resigilate
Verifică stocurile la resigilate
eMAG HELPER Resigilate란 무엇입니까?
eMAG HELPER Resigilate은(는) MalaTheMan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Verifică stocurile la resigilate"입니다.
확장 프로그램 스크린샷
eMAG HELPER Resigilate 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Vezi PRIMUL ofertele la resigilate pentru produsul pe care îl cauți! 1. Intră pe emag 2. Caută cât mai precis produsul dorit în bara pentru căutare 3. Alege din stânga categoria din care face parte 4. Bifează opțiunea de "Resigilate" 5. Apasă butonul de salvare din stânga jos 6. Așteaptă notificările pe computer sau deschide din când în când extensia din bara de sus.
확장 프로그램 기본 정보
이름 | eMAG HELPER Resigilate |
ID | pbalffnaocbnjcplacoaopdjihcbppjg |
공식 URL | https://chromewebstore.google.com/detail/emag-helper-resigilate/pbalffnaocbnjcplacoaopdjihcbppjg |
설명 | Verifică stocurile la resigilate |
파일 크기 | 188 KB |
설치 횟수 | 60 |
현재 버전 | 1.1 |
최근 업데이트 | 2023-01-10 |
출시 날짜 | 2022-03-24 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | MalaTheMan |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | ro |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "eMAG HELPER Resigilate", "description": "Verific\u0103 stocurile la resigilate", "version": "1.1", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "\/js\/background.js" }, "permissions": [ "commands", "storage", "notifications", "alarms" ], "host_permissions": [ "https:\/\/www.emag.ro\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.emag.ro\/search\/*" ], "css": [ "css\/emagresigilatehelper.css" ], "js": [ "js\/emagresigilatehelper.js" ] } ] } |