AdLinks

View Your AdLinks Data in Facebook Ads Manager

什麼是AdLinks?

AdLinks是由developer開發的Chrome擴展程式,該擴展的主要功能是“View Your AdLinks Data in Facebook Ads Manager”。

擴展截圖

screenshot

下載AdLinks擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}