Xtreme Ecom Research Tools

Xtreme Ecom Advanced Research Tools

Xtreme Ecom Research Toolsคืออะไร?

Xtreme Ecom Research Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mikulabeutl.com และคุณลักษณะหลักของมันคือ "Xtreme Ecom Advanced Research Tools"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Xtreme Ecom Research Tools

ดาวน์โหลดไฟล์ส่วนขยาย Xtreme Ecom Research Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Youtube Tutorials:
https://www.youtube.com/watch?list=PLeeTESVRrzqFwAF1ihLTLU21_XdtvoxX-&v=yRUoFGYqz5U

More Support in our Group:
https://www.facebook.com/groups/xtremeecom/

Summary:
Xtreme Ecom Research Tools is an Advanced Arsenal that is used for Researching Keywords, Audiences and Niches for Specific Products from Aliexpress, Ebay, Amazon, Wish, Wanelo, Walmart and many other Plattforms and Sales Channels to find the Right Buyers and Interests to target. We have a metric that analyzes buying intent with a high percentage. It also helps you discover common likes of Facebook Pages, Videos, Posts and Groups from Facebook Profiles. If you have a Facebook Ad that you want to Analyze, just do it with our Extension. Scraping is done without interruption so you can continue working on other tabs in your Chrome browser, which gives you the edge to scrape 100s or 1000s of Profiles and Suggested Key Phrases. Our Extension includes Tutorials, Tips, Helpful Guides + Step by Step How to Explanations with Videos so you can effortlessly use and implement our strategies. Enjoy the App, it works on Linux, Mac and Windows. If you do encounter any issues, please report them to me! Our Tools and Sets are best used with the default settings.

FAQ/Q&A Section to be added.

--------------------
Updates / Changelog:

05.12.2016 - 0.8.1
- added description to popup

10.11.2016 - 0.7.7
- fixed bookmarklet

09.11.2016 - 0.7.6
- added tutorial for profile ID scraping
- added bookmarklet for quick profile show

08.11.2016 - 0.7.5
- first version online and stable                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Xtreme Ecom Research Tools Xtreme Ecom Research Tools
ID jfonggnkngbmladokglciffpjbdambeh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xtreme-ecom-research-tool/jfonggnkngbmladokglciffpjbdambeh
คำอธิบาย Xtreme Ecom Advanced Research Tools
ขนาดไฟล์ 18.03 KB
จำนวนการติดตั้ง 344
เวอร์ชันปัจจุบัน 0.8.1
อัปเดตครั้งล่าสุด 2016-12-05
วันที่เผยแพร่ 2016-12-05
คะแนน 4.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา mikulabeutl.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.facebook.com/groups/xtremeecom/
URL หน้าช่วยเหลือ https://www.facebook.com/groups/xtremeecom/
URL หน้านโยบายความเป็นส่วนตัว https://mikulabeutl.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "content\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "32": "skin\/icon.png"
        },
        "default_popup": "content\/tutorial.html",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "css": [
                "skin\/content_scripts.css"
            ],
            "js": [
                "content\/content_scripts.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/ads\/audience-insights\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "skin\/mbasic.css"
            ],
            "js": [
                "content\/mbasic.js"
            ],
            "matches": [
                "https:\/\/mbasic.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appdesc__",
    "icons": {
        "128": "skin\/icon.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "https:\/\/graph.facebook.com\/v2.7\/search*",
        "https:\/\/*.facebook.com\/ads\/audience-insights\/query\/*",
        "https:\/\/mbasic.facebook.com\/*",
        "activeTab",
        "webRequest"
    ],
    "short_name": "__MSG_appShortName__",
    "version": "0.8.1",
    "web_accessible_resources": [
        "content\/extend.html",
        "content\/mbasic.html",
        "skin\/facebook.svg"
    ]
}