AdLinks
View Your AdLinks Data in Facebook Ads Manager
ما هو AdLinks؟
AdLinks هو إضافة Chrome تم تطويرها بواسطة developer، والميزة الرئيسية لها هي "View Your AdLinks Data in Facebook Ads Manager".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AdLinks
قم بتنزيل ملفات الامتداد AdLinks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |