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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |