AuDigent AuTaggr

Convert any URL to an AuDigent ShortURL in seconds!

Cos'è AuDigent AuTaggr?

AuDigent AuTaggr è un'estensione di Chrome sviluppata da https://audigent.com, e la sua funzione principale è "Convert any URL to an AuDigent ShortURL in seconds!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AuDigent AuTaggr

Scarica i file di estensione AuDigent AuTaggr in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AuDigent AuTaggr AuDigent AuTaggr
ID bjckfgchjjjidhcmeapanhbpihhpckom
URL Ufficiale https://chromewebstore.google.com/detail/audigent-autaggr/bjckfgchjjjidhcmeapanhbpihhpckom
Descrizione Convert any URL to an AuDigent ShortURL in seconds!
Dimensione del File 91.16 KB
Conteggio Installazioni 32
Versione Corrente 1.2.0
Ultimo Aggiornamento 2017-05-10
Data di Pubblicazione 2017-05-10
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://audigent.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.audigent.com/browser-extension
URL della Pagina di Aiuto https://audigent.zendesk.com/hc/en-us/sections/203923368-FAQ
Lingue Supportate 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\/*"
    ]
}