Adminer - Ads and Product Finder
With the Adminer extension you can mine thousands of winning products and ads automatically from your Facebook.
Adminer - Ads and Product Finderとは何ですか?
Adminer - Ads and Product Finderはhttps://adminer.proによって開発されたChromeの拡張機能で、その主な機能は「With the Adminer extension you can mine thousands of winning products and ads automatically from your Facebook.」です。
拡張機能のスクリーンショット
Adminer - Ads and Product Finder拡張機能のCRXファイルをダウンロード
Adminer - Ads and Product Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adminer accompanies you in all phases of product sales: mining, analysis and validation. With artificial intelligence, you have data to make the best decisions and make your business much more profitable. Find the products that customers want to buy! Enable the extension to hide organic posts from your Feed and only view ads. Enable automatic scrolling to capture and save products faster. Find out what's being sold and find best-selling products in just a few clicks. Our features: - Simplified product search - Automatic feed scrolling - Library of captured products - Advanced analysis filters ...and much more! How to use? 1 - Install the extension 2 - Create your account at https://adminer.pro 3 - Click on "How to Mine" in the side menu Adminer is for people who dream and want to go even higher. You're one of them? More information at https://adminer.pro
拡張機能の基本情報
名前 | Adminer - Ads and Product Finder |
ID | amolhiihcpdbkjimhlffamgieibhfapi |
公式URL | https://chromewebstore.google.com/detail/adminer-ads-and-product-f/amolhiihcpdbkjimhlffamgieibhfapi |
説明 | With the Adminer extension you can mine thousands of winning products and ads automatically from your Facebook. |
ファイルサイズ | 871 KB |
インストール数 | 102,681 |
現在のバージョン | 10.1 |
最終更新日 | 2023-11-29 |
公開日 | 2020-06-30 |
評価 | 4.83/5 合計 676 レビュー |
開発者 | https://adminer.pro |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://adminer.pro |
ヘルプページのURL | https://adminer.pro |
プライバシーポリシーページのURL | https://app.adminer.pro/Politica_de_privacidade_Adminer.pdf |
対応言語 | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_appDesc__", "version": "10.1", "name": "__MSG_appName__", "default_locale": "pt_BR", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.adminer.pro\/*", "*:\/\/facebook.com\/*", "*:\/\/www.facebook.com\/*", "*:\/\/web.facebook.com\/*", "*:\/\/www.web.facebook.com\/*" ], "js": [ "content.bundle.js" ] } ], "page_action": { "default_icon": { "19": "logoextractor.png", "38": "logoextractor.png" }, "default_popup": "popup.html", "default_title": "Adminer" }, "icons": { "16": "icon19.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "*.png", "*.svg" ], "permissions": [ "tabs" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |