AuDigent AuTaggr

Convert any URL to an AuDigent ShortURL in seconds!

AuDigent AuTaggr क्या है?

AuDigent AuTaggr https://audigent.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert any URL to an AuDigent ShortURL in seconds!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Anytime you create a shorturl our extension will automatically allow you to turn it into an AuDigent ShortURL in only a few clicks.

Simply click the button, log in with your AuDigent username and password, and follow the simple instructions, just like when you use the AuDigent dashboard.

The link takes only a few seconds to create and share, allowing you to build your AuDigent Audience Bank quickly and without disrupting your existing promotional workflow.

This extension is currently only available to users with an approved AuDigent account.                    

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

नाम AuDigent AuTaggr AuDigent AuTaggr
ID bjckfgchjjjidhcmeapanhbpihhpckom
आधिकारिक URL https://chromewebstore.google.com/detail/audigent-autaggr/bjckfgchjjjidhcmeapanhbpihhpckom
विवरण Convert any URL to an AuDigent ShortURL in seconds!
फ़ाइल का आकार 91.16 KB
स्थापना संख्या 32
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2017-05-10
प्रकाशन तिथि 2017-05-10
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://audigent.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.audigent.com/browser-extension
सहायता पृष्ठ URL https://audigent.zendesk.com/hc/en-us/sections/203923368-FAQ
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AuDigent AuTaggr",
    "version": "1.2.0",
    "description": "Convert any URL to an AuDigent ShortURL in seconds!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "AuDigent",
    "short_name": "AuDigent",
    "homepage_url": "http:\/\/www.audigent.com",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "AuDigent"
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "https:\/\/manage.smarturl.it\/mng\/anon\/created?code=*",
                "https:\/\/manage.smarturl.it\/mng\/smartURL?code=*",
                "https:\/\/manage.smarturl.it\/mng\/iqid?code=*"
            ],
            "js": [
                "lib\/jquery-3.1.1.min.js",
                "lib\/sweetalert.min.js",
                "content_script\/main.js"
            ],
            "css": [
                "lib\/animate.css",
                "lib\/sweetalert.css",
                "content_script\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "lib\/*",
        "icons\/*",
        "fonts\/*"
    ]
}