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?

Adsova - Ads Intelligence Tool是由adsovaplugin開發的Chrome擴展程式,該擴展的主要功能是“Bring your paid advertising to the next level! AdSova add-on allows you to browse countless ads with just a few clicks.”。

擴展截圖

screenshot
screenshot
screenshot

下載Adsova - Ads Intelligence Tool擴展crx文件

下載Adsova - Ads Intelligence Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Adsova - Ads Intelligence Tool Adsova - Ads Intelligence Tool
ID faljbhihhbjbdiaekdmmnkbfodnkknpg
官方網址 https://chromewebstore.google.com/detail/adsova-ads-intelligence-t/faljbhihhbjbdiaekdmmnkbfodnkknpg
簡介 Bring your paid advertising to the next level! AdSova add-on allows you to browse countless ads with just a few clicks.
檔案大小 330 KB
安裝次數 249
目前版本 1.2.4.1
更新時間 2018-06-25
上架時間 2018-06-25
評分 3.00/5 共 2 次評分
開發者 adsovaplugin
付費類型 free
擴展官網 https://adsova.com
支援的語言 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
    }
}