Go.ly | Short links and Analytics
Go.ly | URL Shortener - Short URLs & Custom Free Link Shortener
Go.ly | Short links and Analyticsคืออะไร?
Go.ly | Short links and Analytics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://go.ly และคุณลักษณะหลักของมันคือ "Go.ly | URL Shortener - Short URLs & Custom Free Link Shortener"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Go.ly | Short links and Analytics
ดาวน์โหลดไฟล์ส่วนขยาย Go.ly | Short links and Analytics ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Description: The Go.ly URL Shortener Chrome extension is a powerful tool that allows you to quickly and easily shorten URLs right from your browser. With just a few clicks, you can transform long, cumbersome links into short and memorable Go.ly URLs. This extension provides a seamless experience, enabling you to share and manage your shortened links effortlessly. Features: - One-Click Shortening: Shorten any URL with just a single click, directly from the extension toolbar. - Customizable Short URLs: Personalize your shortened URLs by specifying custom aliases or let Go.ly generate a unique one for you. - Analytics Tracking: Gain insights into the performance of your shortened links with detailed analytics, including click statistics and geographic data. - Copy to Clipboard: Copy the shortened URL to your clipboard with a single click, making it easy to share and paste wherever you need. - QR Code Generation: Generate QR codes for your shortened URLs, allowing easy scanning and sharing with mobile devices. - History Management: Access a history of your previously shortened URLs, making it simple to revisit and manage your links. - Sync Across Devices: Sign in to your Go.ly account and enjoy seamless synchronization of your shortened URLs across multiple devices. - Keyboard Shortcuts: Utilize handy keyboard shortcuts for quick access and efficient workflow. How to Use: 1. Install the Go.ly URL Shortener Chrome extension from the Chrome Web Store. 2. Click on the Go.ly icon in your Chrome toolbar to open the extension. 3. Paste the URL you want to shorten into the input field. Optionally, customize the URL alias or let Go.ly generate a unique one for you. 4. Click the "Shorten" button, and your shortened URL will be generated and displayed. 5. Copy the shortened URL to your clipboard or access additional features like analytics and QR code generation. Compatibility: The Go.ly URL Shortener Chrome extension is compatible with Chrome browser versions 60 and above on Windows, Mac, and Linux operating systems. Privacy and Security: Go.ly takes privacy and security seriously. We do not collect any personally identifiable information through this Chrome extension. The URLs you shorten are only stored in your personal Go.ly account, which is password protected and encrypted. About Go.ly: Go.ly is a leading URL shortening service that aims to simplify link management and sharing. With a user-friendly interface and powerful features, Go.ly provides a seamless experience for shortening, tracking, and managing URLs. Visit our website at www.go.ly to learn more. Feel free to customize the listing to include specific details or features of your Go.ly URL shortener extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Go.ly | Short links and Analytics |
ID | dcfpdlciimkekjcagolgkokogjkjfolc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/goly-short-links-and-anal/dcfpdlciimkekjcagolgkokogjkjfolc |
คำอธิบาย | Go.ly | URL Shortener - Short URLs & Custom Free Link Shortener |
ขนาดไฟล์ | 268 KB |
จำนวนการติดตั้ง | 205 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2023-07-12 |
วันที่เผยแพร่ | 2023-07-09 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://go.ly |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://go.ly |
URL หน้านโยบายความเป็นส่วนตัว | https://go.ly/pages/terms-privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Go.ly | Short links and Analytics", "description": "Go.ly | URL Shortener - Short URLs & Custom Free Link Shortener", "version": "0.0.3", "action": { "default_popup": "\/index.html", "default_title": "Open the popup" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "contextMenus", "activeTab", "storage" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js", "jsencrypt.min.js" ] } ], "web_accessible_resources": [ { "resources": [ "index.html" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |