AuDigent AuTaggr

Convert any URL to an AuDigent ShortURL in seconds!

Qu'est-ce que AuDigent AuTaggr ?

AuDigent AuTaggr est une extension Chrome développée par https://audigent.com, et sa fonction principale est "Convert any URL to an AuDigent ShortURL in seconds!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AuDigent AuTaggr

Téléchargez les fichiers d'extension AuDigent AuTaggr au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AuDigent AuTaggr AuDigent AuTaggr
ID bjckfgchjjjidhcmeapanhbpihhpckom
URL Officiel https://chromewebstore.google.com/detail/audigent-autaggr/bjckfgchjjjidhcmeapanhbpihhpckom
Description Convert any URL to an AuDigent ShortURL in seconds!
Taille du Fichier 91.16 KB
Nombre d'Installations 32
Version Actuelle 1.2.0
Dernière Mise à Jour 2017-05-10
Date de Publication 2017-05-10
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://audigent.com
Type de Paiement free
Site Web de l'Extension http://www.audigent.com/browser-extension
URL de la Page d'Aide https://audigent.zendesk.com/hc/en-us/sections/203923368-FAQ
Langues Prises en Charge 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\/*"
    ]
}