Free link shortener goo.su
Create a free short analytics URL with one click of Goo.su. Install the link reduction plugin in your browser
Free link shortener goo.su란 무엇입니까?
Free link shortener goo.su은(는) https://goo.su에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create a free short analytics URL with one click of Goo.su. Install the link reduction plugin in your browser"입니다.
확장 프로그램 스크린샷
Free link shortener goo.su 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The free GOO.SU long link shortening service allows you to shorten a long URL with one click, saving it in your personal account, where you can view statistics on clicks and visits to your page. Just install the extension in your browser and click on the icon on the desired page. Done, link shortened.
확장 프로그램 기본 정보
이름 | Free link shortener goo.su |
ID | clcoifeibkncgnegebeehkodandleohn |
공식 URL | https://chromewebstore.google.com/detail/free-link-shortener-goosu/clcoifeibkncgnegebeehkodandleohn |
설명 | Create a free short analytics URL with one click of Goo.su. Install the link reduction plugin in your browser |
파일 크기 | 279 KB |
설치 횟수 | 7,420 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2024-01-22 |
출시 날짜 | 2019-10-03 |
평점 | 4.25/5 총 8 개의 평점 |
개발자 | https://goo.su |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://goo.su |
도움말 페이지 URL | https://goo.su/page/support |
개인정보 보호 정책 페이지 URL | https://goo.su/policy |
지원되는 언어 | id,de,en,fr,nl,no,vi,tr,da,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,fa,hi,bn,th,ja,ko |
manifest.json | |
{ "manifest_version": 3, "action": { "default_icon": { "48": "48.png" }, "default_popup": "popup.html", "default_title": "__MSG_name__" }, "background": { "service_worker": "js\/background.js" }, "name": "__MSG_name__", "description": "__MSG_desc__", "default_locale": "en", "homepage_url": "https:\/\/goo.su\/", "short_name": "Goo.su", "icons": { "16": "16.png", "48": "48.png", "64": "64.png", "128": "128.png" }, "author": "[email protected]", "offline_enabled": false, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "clipboardWrite", "contextMenus" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "version": "1.2.0" } |