AdLinks
View Your AdLinks Data in Facebook Ads Manager
What is AdLinks?
AdLinks is a Chrome extension developed by developer, and its main feature is "View Your AdLinks Data in Facebook Ads Manager".
Extension Screenshots
Download AdLinks Extension CRX File
Download AdLinks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | AdLinks |
ID | iciagcnafhifgpceafnpmnhmloecfjbe |
Official URL | https://chromewebstore.google.com/detail/adlinks/iciagcnafhifgpceafnpmnhmloecfjbe |
Description | View Your AdLinks Data in Facebook Ads Manager |
File Size | 40.58 KB |
Installation Count | 47 |
Current Version | 0.0.0.27 |
Last Updated | 2023-08-23 |
Publish Date | 2022-04-25 |
Developer | developer |
[email protected] | |
Payment Type | free |
Extension Website | https://www.adlinks.io |
Supported Languages | 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" ] } ] } |