AdSpyder
Dominate with Adspyder: Track rivals, craft compelling ad copies, and reach goals faster.
AdSpyder là gì?
AdSpyder là một tiện ích mở rộng Chrome được phát triển bởi AdSpyder, và tính năng chính của nó là "Dominate with Adspyder: Track rivals, craft compelling ad copies, and reach goals faster.".
Ả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 AdSpyder
Tải xuống các tệp mở rộng AdSpyder 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
AdSpyder Adfinder chrome extension enables you to check competitor ads across multiple platforms on a domain-basis.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AdSpyder |
ID | dpfdbgmgkemmfbmmjgikggnljphokpij |
URL Chính Thức | https://chromewebstore.google.com/detail/adspyder/dpfdbgmgkemmfbmmjgikggnljphokpij |
Mô tả | Dominate with Adspyder: Track rivals, craft compelling ad copies, and reach goals faster. |
Kích Thước Tệp | 10.32 MB |
Số Lần Cài Đặt | 132 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-08-30 |
Ngày Phát Hành | 2023-08-30 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | AdSpyder |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://adspyder.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AdSpyder", "version": "1.0.0", "description": "Dominate with Adspyder: Track rivals, craft compelling ad copies, and reach goals faster.", "action": { "default_title": "Adspyder", "default_icon": { "16": "Images\/icon16.png", "32": "Images\/icon32.png", "64": "Images\/icon64.png" } }, "icons": { "16": "Images\/icon16.png", "32": "Images\/icon32.png", "64": "Images\/icon64.png" }, "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content\/container.js" ], "css": [ "content\/container.css" ], "run_at": "document_end" } ], "permissions": [ "storage", "notifications", "activeTab" ], "web_accessible_resources": [ { "resources": [ "index.html" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |