AdLinks
View Your AdLinks Data in Facebook Ads Manager
AdLinks là gì?
AdLinks là một tiện ích mở rộng Chrome được phát triển bởi developer, và tính năng chính của nó là "View Your AdLinks Data in Facebook Ads Manager".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AdLinks
Tải xuống các tệp mở rộng AdLinks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AdLinks |
ID | iciagcnafhifgpceafnpmnhmloecfjbe |
URL Chính Thức | https://chromewebstore.google.com/detail/adlinks/iciagcnafhifgpceafnpmnhmloecfjbe |
Mô tả | View Your AdLinks Data in Facebook Ads Manager |
Kích Thước Tệp | 40.58 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 0.0.0.27 |
Cập Nhật Lần Cuối | 2023-08-23 |
Ngày Phát Hành | 2022-04-25 |
Nhà Phát Triển | developer |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.adlinks.io |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |