eMAG HELPER Resigilate
Verifică stocurile la resigilate
eMAG HELPER Resigilateとは何ですか?
eMAG HELPER ResigilateはMalaTheManによって開発されたChromeの拡張機能で、その主な機能は「Verifică stocurile la resigilate」です。
拡張機能のスクリーンショット
eMAG HELPER Resigilate拡張機能のCRXファイルをダウンロード
eMAG HELPER Resigilate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |