Adsova - Ads Intelligence Tool

Bring your paid advertising to the next level! AdSova add-on allows you to browse countless ads with just a few clicks.

Adsova - Ads Intelligence Tool là gì?

Adsova - Ads Intelligence Tool là một tiện ích mở rộng Chrome được phát triển bởi adsovaplugin, và tính năng chính của nó là "Bring your paid advertising to the next level! AdSova add-on allows you to browse countless ads with just a few clicks.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Adsova - Ads Intelligence Tool

Tải xuống các tệp mở rộng Adsova - Ads Intelligence Tool 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

                        Bring your paid advertising to the next level!

AdSova add-on allows you to browse countless ads with just a few clicks.

Furthermore, once you download the add-on you become part of the bigger AdSova project! AdSova project let's you participate in the ever expanding world of digital advertisement.

What we'll need from you to provide you all these goodies is your permission to capture anonymized click stream data. Data such as your ad browsing history on popular social networking and other websites. What will you get in return? Tons of analytic data like popularity, demographics, click and much more.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Adsova - Ads Intelligence Tool Adsova - Ads Intelligence Tool
ID faljbhihhbjbdiaekdmmnkbfodnkknpg
URL Chính Thức https://chromewebstore.google.com/detail/adsova-ads-intelligence-t/faljbhihhbjbdiaekdmmnkbfodnkknpg
Mô tả Bring your paid advertising to the next level! AdSova add-on allows you to browse countless ads with just a few clicks.
Kích Thước Tệp 330 KB
Số Lần Cài Đặt 249
Phiên Bản Hiện Tại 1.2.4.1
Cập Nhật Lần Cuối 2018-06-25
Ngày Phát Hành 2018-06-25
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển adsovaplugin
Loại Thanh Toán free
Trang Web Mở Rộng https://adsova.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Adsova - Ads Intelligence Tool",
    "description": "Bring your paid advertising to the next level! AdSova add-on allows you to browse countless ads with just a few clicks.",
    "version": "1.2.4.1",
    "icons": {
        "16": "Icon-16.png",
        "48": "Icon-48.png",
        "64": "Icon-64.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage",
        "webRequest",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "jquery.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.facebook.com\/",
                "https:\/\/*.facebook.com\/"
            ],
            "js": [
                "jquery.js",
                "geodata_services.js",
                "settings.live.js",
                "fb_feed_parser_functions.js",
                "fb_feed_parser.js",
                "main.js"
            ],
            "css": [
                "fb_feed_parser.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "Adsova - Ads Intelligence Tool",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "settings.live.js",
            "background.js"
        ],
        "persistent": true
    }
}