AdLinks
View Your AdLinks Data in Facebook Ads Manager
Wat is AdLinks?
AdLinks is een Chrome-extensie ontwikkeld door developer, en de belangrijkste functie is "View Your AdLinks Data in Facebook Ads Manager".
Extensie Screenshots
Download het CRX-bestand van de extensie AdLinks
Download AdLinks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | AdLinks |
ID | iciagcnafhifgpceafnpmnhmloecfjbe |
Officiële URL | https://chromewebstore.google.com/detail/adlinks/iciagcnafhifgpceafnpmnhmloecfjbe |
Beschrijving | View Your AdLinks Data in Facebook Ads Manager |
Bestandsgrootte | 40.58 KB |
Aantal Installaties | 47 |
Huidige Versie | 0.0.0.27 |
Laatst Bijgewerkt | 2023-08-23 |
Publicatiedatum | 2022-04-25 |
Ontwikkelaar | developer |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.adlinks.io |
Ondersteunde Talen | 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" ] } ] } |