ABTasty

ABTasty extension

ABTasty क्या है?

ABTasty analytics द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ABTasty extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

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

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

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

                        The ABTasty extension let you manage your test and variations from the browser. You will be able to create tests while browsing your website, preview variations, and much more.

http://www.abtasty.com/                    

एक्सटेंशन की मूल जानकारी

नाम ABTasty ABTasty
ID bigoemfnjgidfijehdgillncneklifgb
आधिकारिक URL https://chromewebstore.google.com/detail/abtasty/bigoemfnjgidfijehdgillncneklifgb
विवरण ABTasty extension
फ़ाइल का आकार 262 KB
स्थापना संख्या 973
वर्तमान संस्करण 1.3.2
अंतिम अपडेट 2016-02-22
प्रकाशन तिथि 2016-02-22
रेटिंग 4.71/5 कुल 7 रेटिंग्स
डेवलपर analytics
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.abtasty.com
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "description": "ABTasty extension",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "ABTasty",
    "permissions": [
        "tabs",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.2"
}