Bitly | Short links and QR Codes
Create short, powerful links and QR Codes and share them with the world.
¿Qué es Bitly | Short links and QR Codes?
Bitly | Short links and QR Codes es una extensión de Chrome desarrollada por https://bitly.com, y su función principal es "Create short, powerful links and QR Codes and share them with the world.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bitly | Short links and QR Codes
Descarga archivos de extensión Bitly | Short links and QR Codes en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Bitly | Short links and QR Codes |
ID | iabeihobmhlgpkcgjiloemdbofjbdcic |
URL Oficial | https://chromewebstore.google.com/detail/bitly-short-links-and-qr/iabeihobmhlgpkcgjiloemdbofjbdcic |
Descripción | Create short, powerful links and QR Codes and share them with the world. |
Tamaño del Archivo | 1.4 MB |
Cantidad de Instalaciones | 617,947 |
Versión Actual | 4.2.2 |
Última Actualización | 2023-11-28 |
Fecha de Publicación | 2020-06-11 |
Calificación | 3.69/5 Total de 1591 Calificaciones |
Desarrollador | https://bitly.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://bitly.com/ |
URL de la Página de Ayuda | http://support.bitly.com |
URL de la Página de Política de Privacidad | https://bitly.com/pages/privacy |
Idiomas Soportados | 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" } } |