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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Adsova - Ads Intelligence Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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
    }
}