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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://adminer.pro และคุณลักษณะหลักของมันคือ "With the Adminer extension you can mine thousands of winning products and ads automatically from your Facebook."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adminer - Ads and Product Finder

ดาวน์โหลดไฟล์ส่วนขยาย 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 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'"
}