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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://bitly.com, και η κύρια λειτουργία του είναι "Create short, powerful links and QR Codes and share them with the world.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bitly | Short links and QR Codes
Λήψη αρχείων επέκτασης Bitly | Short links and QR Codes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" } } |