URL Shortener
Free and easy URL shortener to create short links in one click!
URL Shortener क्या है?
URL Shortener https://www.rebrandly.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free and easy URL shortener to create short links in one click!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में URL Shortener एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ " |