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.

Hvad er Adsova - Ads Intelligence Tool?

Adsova - Ads Intelligence Tool er en Chrome-udvidelse udviklet af adsovaplugin, og dens hovedfunktion er "Bring your paid advertising to the next level! AdSova add-on allows you to browse countless ads with just a few clicks.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Adsova - Ads Intelligence Tool-udvidelses-CRX-fil

Download Adsova - Ads Intelligence Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Adsova - Ads Intelligence Tool Adsova - Ads Intelligence Tool
ID faljbhihhbjbdiaekdmmnkbfodnkknpg
Officiel URL https://chromewebstore.google.com/detail/adsova-ads-intelligence-t/faljbhihhbjbdiaekdmmnkbfodnkknpg
Beskrivelse Bring your paid advertising to the next level! AdSova add-on allows you to browse countless ads with just a few clicks.
Filstørrelse 330 KB
Antal Installationer 249
Nuværende Version 1.2.4.1
Senest Opdateret 2018-06-25
Udgivelsesdato 2018-06-25
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler adsovaplugin
Betalingsmetode free
Udvidelseswebsted https://adsova.com
Understøttede Sprog 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
    }
}