Insights Magnet

Gain deeper insights!

Insights Magnetคืออะไร?

Insights Magnet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย InterestGenius และคุณลักษณะหลักของมันคือ "Gain deeper insights!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Insights Magnet

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

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

                                            

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

ชื่อ Insights Magnet Insights Magnet
ID paljncehgbhfoonejkhmnbmhbmmghajo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/insights-magnet/paljncehgbhfoonejkhmnbmhbmmghajo
คำอธิบาย Gain deeper insights!
ขนาดไฟล์ 29.89 KB
จำนวนการติดตั้ง 1,060
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2019-08-17
วันที่เผยแพร่ 2019-08-16
คะแนน 1.82/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา InterestGenius
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://interestgenius.com/
URL หน้านโยบายความเป็นส่วนตัว https://interestgenius.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Insights Magnet",
    "description": "Gain deeper insights!",
    "version": "1.0.5",
    "author": "KP",
    "permissions": [
        "storage",
        "tabs",
        "identity",
        "https:\/\/*.facebook.com\/*"
    ],
    "icons": {
        "19": "icons\/target19.png",
        "48": "icons\/target48.png",
        "128": "icons\/target128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.facebook.com\/ads\/audience-insights\/*"
            ],
            "js": [
                "content_script.js",
                "axios.js"
            ],
            "css": [
                "content_css.css"
            ],
            "run_at": "document_end"
        }
    ]
}