AdLinks
View Your AdLinks Data in Facebook Ads Manager
什么是AdLinks?
AdLinks是由developer开发的Chrome扩展程序,该扩展的主要功能是“View Your AdLinks Data in Facebook Ads Manager”。
扩展截图
下载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 |
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" ] } ] } |