URL Shortener
Free and easy URL shortener to create short links in one click!
URL Shortener란 무엇입니까?
URL Shortener은(는) https://www.rebrandly.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free and easy URL shortener to create short links in one click!"입니다.
확장 프로그램 스크린샷
URL Shortener 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [ " |