Shorten.rest URL Shortener
Easily create & manage branded short links
Shorten.rest URL Shortener là gì?
Shorten.rest URL Shortener là một tiện ích mở rộng Chrome được phát triển bởi https://shorten.rest, và tính năng chính của nó là "Easily create & manage branded short links".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Shorten.rest URL Shortener
Tải xuống các tệp mở rộng Shorten.rest URL Shortener 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Shorten.rest URL Shortener |
ID | eaiocdhmmbfbfcgmlmhnpeehiddddanb |
URL Chính Thức | https://chromewebstore.google.com/detail/shortenrest-url-shortener/eaiocdhmmbfbfcgmlmhnpeehiddddanb |
Mô tả | Easily create & manage branded short links |
Kích Thước Tệp | 1.99 MB |
Số Lần Cài Đặt | 60 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2020-05-29 |
Ngày Phát Hành | 2020-05-28 |
Đánh Giá | 5.00/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | https://shorten.rest |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://shorten.rest |
URL Trang Trợ Giúp | https://shorten.rest/knowledge-base/ |
URL Trang Chính Sách Bảo Mật | https://apilads.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |