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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Shorten.rest URL Shortener Shorten.rest URL Shortener
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\/"
    ]
}