Shorten.rest URL Shortener
Easily create & manage branded short links
Что такое Shorten.rest URL Shortener?
Shorten.rest URL Shortener - это расширение Chrome, разработанное https://shorten.rest, и его основная функция - "Easily create & manage branded short links".
Снимки экрана расширения
Скачать файл CRX расширения Shorten.rest URL Shortener
Скачайте файлы расширений Shorten.rest URL Shortener в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        Shorten.REST URL Shortening API Chrome Extension - Easily shorten and manage your short branded URLs without having to login to your account.
Search, Update & Manage your existing short URLs with ease.
Choose between short.fyi and your own branded domains (multiple domains allowed!).
Customize the URI (vanity / alias / URL ending) to make it meaningful.
Add Retargeting & Tracking pixels for each URL or at the account level.
Add UTM's to any URL.
Destination URL character limit of 8192.
Get your free API key at https://shorten.rest                     Основная информация о расширении
| Название |   |  
| ID | eaiocdhmmbfbfcgmlmhnpeehiddddanb | 
| Официальный URL | https://chromewebstore.google.com/detail/shortenrest-url-shortener/eaiocdhmmbfbfcgmlmhnpeehiddddanb | 
| Описание | Easily create & manage branded short links | 
| Размер файла | 1.99 MB | 
| Количество установок | 60 | 
| Текущая Версия | 1.0.1 | 
| Последнее Обновление | 2020-05-29 | 
| Дата публикации | 2020-05-28 | 
| Рейтинг | 5.00/5 Всего 12 оценок | 
| Разработчик | https://shorten.rest | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| Официальный сайт расширения | https://shorten.rest | 
| URL страницы помощи | https://shorten.rest/knowledge-base/ | 
| URL страницы политики конфиденциальности | https://apilads.com/privacy-policy | 
| Поддерживаемые языки | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shorten.rest URL Shortener",
    "description": "Easily create & manage branded short links",
    "version": "1.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/images\/logo16.png",
            "32": "assets\/images\/logo32.png",
            "48": "assets\/images\/logo48.png",
            "128": "assets\/images\/logo128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js",
                "runtime.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/images\/logo16.png",
        "32": "assets\/images\/logo32.png",
        "48": "assets\/images\/logo48.png",
        "128": "assets\/images\/logo128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "https:\/\/*.shorten.rest\/",
        "https:\/\/api.shorten.rest\/",
        "https:\/\/shorten.rest\/"
    ]
}  |  |