URL Shortener
Free and easy URL shortener to create short links in one click!
URL Shortenerคืออะไร?
URL Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.rebrandly.com และคุณลักษณะหลักของมันคือ "Free and easy URL shortener to create short links in one click!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Shortener
ดาวน์โหลดไฟล์ส่วนขยาย URL Shortener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Create short links easily with our convenient and user-friendly URL shortener! With the Rebrandly Chrome extension, you can shorten URLs just seconds, all for free. The process is simple, as you can shorten URLs directly from the page you’re on. If you want to create custom branded links, sign up for a paid plan. The Rebrandly Chrome extension can be fully integrated with your Rebrandly account or can be used for free without any registration. - Feature Highlights: - Forever FREE (No sign-up or login required) - Shorten any link in one click - Generate QR codes - Manage UTM parameters - Track link clicks - Customize short URLs with your domain name - Customize short URLs with keywords - Share directly to social media platforms Visit Rebrandly.com for more details about our URL shortener.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | URL Shortener |
ID | eaidebojanpehpceonghnmgdofblnlae |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/url-shortener/eaidebojanpehpceonghnmgdofblnlae |
คำอธิบาย | Free and easy URL shortener to create short links in one click! |
ขนาดไฟล์ | 1.8 MB |
จำนวนการติดตั้ง | 90,771 |
เวอร์ชันปัจจุบัน | 4.5.5 |
อัปเดตครั้งล่าสุด | 2024-02-13 |
วันที่เผยแพร่ | 2019-10-22 |
คะแนน | 4.39/5 รวมทั้งหมด 183 คะแนน |
ผู้พัฒนา | https://www.rebrandly.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://rebrandly.com |
URL หน้าช่วยเหลือ | https://rebrand.ly/support |
URL หน้านโยบายความเป็นส่วนตัว | https://www.rebrandly.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Rebrandly", "name": "URL Shortener", "version": "4.5.5", "manifest_version": 2, "description": "Free and easy URL shortener to create short links in one click!", "icons": { "512": "favicon.png" }, "background": { "scripts": [ "js\/helpers\/api-middleware.js", "js\/dashboard\/context_menu.js", "js\/entry_dashboard_extension.js", "js\/libs\/jquery-3.2.1.min.js", "js\/menus\/options.js" ] }, "permissions": [ "contextMenus", "https:\/\/*\/.google.com\/*", "https:\/\/www.gstatic.com\/*", "*:\/\/*\/*", "identity", "activeTab", "tabs", "storage", "clipboardWrite", "clipboardRead", "contextMenus", "storage", "bookmarks", "tabs" ], "browser_action": { "default_icon": "favicon.png", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+R", "windows": "Alt+R", "mac": "MacCtrl+R", "chromeos": "Alt+R", "linux": "Alt+R" } } }, "content_scripts": [ { "matches": [ " |