AuDigent AuTaggr

Convert any URL to an AuDigent ShortURL in seconds!

AuDigent AuTaggr là gì?

AuDigent AuTaggr là một tiện ích mở rộng Chrome được phát triển bởi https://audigent.com, và tính năng chính của nó là "Convert any URL to an AuDigent ShortURL in seconds!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AuDigent AuTaggr

Tải xuống các tệp mở rộng AuDigent AuTaggr dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AuDigent AuTaggr AuDigent AuTaggr
ID bjckfgchjjjidhcmeapanhbpihhpckom
URL Chính Thức https://chromewebstore.google.com/detail/audigent-autaggr/bjckfgchjjjidhcmeapanhbpihhpckom
Mô tả Convert any URL to an AuDigent ShortURL in seconds!
Kích Thước Tệp 91.16 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2017-05-10
Ngày Phát Hành 2017-05-10
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://audigent.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.audigent.com/browser-extension
URL Trang Trợ Giúp https://audigent.zendesk.com/hc/en-us/sections/203923368-FAQ
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}