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 |
电子邮箱 | [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'" } |