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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://goo.su และคุณลักษณะหลักของมันคือ "Create a free short analytics URL with one click of Goo.su. Install the link reduction plugin in your browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Free link shortener goo.su
ดาวน์โหลดไฟล์ส่วนขยาย Free link shortener goo.su ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |