Bitly | Short links and QR Codes
Create short, powerful links and QR Codes and share them with the world.
Bitly | Short links and QR Codes क्या है?
Bitly | Short links and QR Codes https://bitly.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create short, powerful links and QR Codes and share them with the world."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bitly | Short links and QR Codes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Connect with your audience and drive more viewers to your content with Bitly’s powerful connection platform. Create short links and QR Codes right from any page. Shorten links with one click Click the Bitly button in your toolbar to create a unique link to the current URL. Your shorter, more memorable link is copied to your clipboard and ready to paste into a post, message, or document. Customize for click-worthy links Is that bit.ly link too generic for you? Customize it by editing the back-half. Then take it to the next level by upgrading your account and replacing the generic "bit.ly" domain with your own brand. Generate QR Codes Create QR codes for print, outdoor, and other ad campaigns. With Bitly, a static QR Code will never get stale—just redirect it when your content changes.
एक्सटेंशन की मूल जानकारी
नाम | Bitly | Short links and QR Codes |
ID | iabeihobmhlgpkcgjiloemdbofjbdcic |
आधिकारिक URL | https://chromewebstore.google.com/detail/bitly-short-links-and-qr/iabeihobmhlgpkcgjiloemdbofjbdcic |
विवरण | Create short, powerful links and QR Codes and share them with the world. |
फ़ाइल का आकार | 1.4 MB |
स्थापना संख्या | 617,947 |
वर्तमान संस्करण | 4.2.2 |
अंतिम अपडेट | 2023-11-28 |
प्रकाशन तिथि | 2020-06-11 |
रेटिंग | 3.69/5 कुल 1591 रेटिंग्स |
डेवलपर | https://bitly.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://bitly.com/ |
सहायता पृष्ठ URL | http://support.bitly.com |
गोपनीयता नीति पृष्ठ URL | https://bitly.com/pages/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitly | Short links and QR Codes", "description": "Create short, powerful links and QR Codes and share them with the world.", "version": "4.2.2", "manifest_version": 3, "action": { "default_title": "Bitly", "default_popup": "index.html", "default_icon": "bitly-logo-md.png" }, "icons": { "16": "bitly-logo-sm.png", "128": "bitly-logo-lg.png" }, "permissions": [ "activeTab", "clipboardWrite", "identity", "storage", "contextMenus" ], "host_permissions": [ "https:\/\/api-ssl.bitly.com\/" ], "minimum_chrome_version": "88.0.0.0", "background": { "service_worker": ".\/static\/js\/background.js", "type": "module" } } |