e-mover
e-mover
e-moverとは何ですか?
e-moverはhttps://mover.azによって開発されたChromeの拡張機能で、その主な機能は「e-mover」です。
拡張機能のスクリーンショット
e-mover拡張機能のCRXファイルをダウンロード
e-mover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Onlayn ticarətdə hər şeyi sadələşdirdik! Bir kliklə al, bir kliklə də aldığını bəyan et. E-Mover`i brouzerinə yüklə və bütün saytlardan cəmi bir kliklə alış-veriş et! Ya da xarici saytlardan özün sifariş edirsən? Mover`də bu da çox sadədir! Satıcı saytda “Sifarişlərim” bölməsinə keç, E-Mover cəmi bir kliklə aldığın məhsulu sənin əvəzinə bizə bəyan etsin. Bu qədər sadə. Çünki biz belə istədik! Çünki sən üstünsən!
拡張機能の基本情報
名前 | e-mover |
ID | hbnmdgcdginbiabpiliphgbepbopajla |
公式URL | https://chromewebstore.google.com/detail/e-mover/hbnmdgcdginbiabpiliphgbepbopajla |
説明 | e-mover |
ファイルサイズ | 956 KB |
インストール数 | 2,104 |
現在のバージョン | 4.0.1.5 |
最終更新日 | 2021-06-14 |
公開日 | 2019-09-23 |
評価 | 3.23/5 合計 13 レビュー |
開発者 | https://mover.az |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://mover.az |
プライバシーポリシーページのURL | https://www.mover.az/az/post/14 |
対応言語 | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "e-mover", "description": "e-mover", "version": "4.0.1.5", "manifest_version": 2, "permissions": [ "activeTab", "storage", "*:\/\/*\/*" ], "background": { "persistent": true, "scripts": [ "bg.js" ] }, "web_accessible_resources": [ "images\/logo.png", "images\/drag.png", "images\/latest\/drag.png", "images\/latest\/close.png", "images\/latest\/icon.png", "index.html", "icon.html" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "parse-price.min.js", "screen.js", "content.js" ] } ], "icons": { "256": "images\/latest\/icon.png" }, "browser_action": { "default_popup": "init.html" } } |