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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create short, powerful links and QR Codes and share them with the world."입니다.
확장 프로그램 스크린샷
Bitly | Short links and QR Codes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |