Aliexpress Cheaper Finder
Aliexpress Cheaper Finder
Aliexpress Cheaper Finderとは何ですか?
Aliexpress Cheaper FinderはRovaltyによって開発されたChromeの拡張機能で、その主な機能は「Aliexpress Cheaper Finder」です。
拡張機能のスクリーンショット
Aliexpress Cheaper Finder拡張機能のCRXファイルをダウンロード
Aliexpress Cheaper Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Aliexpress Cheaper Finder is a small but mighty Chrome extension that helps you check if a product is available in other AliExpress stores at cheap price. Just click on the orange button and you will instantly know if it’s cheaper elsewhere. You can also click on "Find more like this" and continue the search from results. Happy shopping! :) Privacy policy: https://www.saxsos.xyz/p/policy-privacy-policy.html
拡張機能の基本情報
名前 | |
ID | edjjnpocoicnopphifekmmplpkmnagnk |
公式URL | https://chrome.google.com/webstore/detail/aliexpress-cheaper-finder/edjjnpocoicnopphifekmmplpkmnagnk |
説明 | Aliexpress Cheaper Finder |
ファイルサイズ | 705 KB |
インストール数 | 36 |
現在のバージョン | 3.1.5 |
最終更新日 | 2020-04-29 |
公開日 | 2020-04-27 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | Rovalty |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.saxsos.xyz/ |
ヘルプページのURL | https://www.saxsos.xyz/p/contact-us.html |
プライバシーポリシーページのURL | https://www.saxsos.xyz/p/policy-privacy-policy.html |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Aliexpress Cheaper Finder", "description": "__MSG_extDescr__", "version": "3.1.5", "manifest_version": 2, "background": { "scripts": [ "js\/ga.js", "js\/libs\/jquery-2.2.4.min.js", "js\/listeners.js", "js\/redirect.js", "js\/history.js", "js\/request.js", "js\/parser.js", "js\/bg.js" ] }, "default_locale": "en", "web_accessible_resources": [ "img\/*" ], "content_scripts": [ { "all_frames": false, "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/libs\/jquery-2.2.4.min.js", "js\/parser.js", "js\/content.js" ], "run_at": "document_end" } ], "browser_action": { "default_title": "Aliexpress Cheaper Finder" }, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'", "permissions": [ "tabs", "storage", "cookies", "history", "webRequest", "webRequestBlocking" ] } |