AdLinks

View Your AdLinks Data in Facebook Ads Manager

AdLinksคืออะไร?

AdLinks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย developer และคุณลักษณะหลักของมันคือ "View Your AdLinks Data in Facebook Ads Manager"

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

screenshot

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

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

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

                        This extension will take your AdLinks data and place it inside Facebook Ads Manager. You will then be able to see Facebook's original data side by side with your AdLinks data.                    

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

ชื่อ AdLinks AdLinks
ID iciagcnafhifgpceafnpmnhmloecfjbe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adlinks/iciagcnafhifgpceafnpmnhmloecfjbe
คำอธิบาย View Your AdLinks Data in Facebook Ads Manager
ขนาดไฟล์ 40.58 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 0.0.0.27
อัปเดตครั้งล่าสุด 2023-08-23
วันที่เผยแพร่ 2022-04-25
ผู้พัฒนา developer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.adlinks.io
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs"
    ],
    "optional_permissions": [],
    "host_permissions": [],
    "name": "AdLinks",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "View Your AdLinks Data in Facebook Ads Manager",
    "version": "0.0.0.27",
    "icons": {
        "16": "\/images\/adlinks-logo16.png",
        "48": "\/images\/adlinks-logo48.png",
        "128": "\/images\/adlinks-logo128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/adlinks-logo16.png",
            "48": "\/images\/adlinks-logo48.png",
            "128": "\/images\/adlinks-logo128.png"
        },
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/business.facebook.com\/adsmanager\/*",
                "https:\/\/adsmanager.facebook.com\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}