GoLinks

The official GoLinks.io, go/links browser extension. Create team shortlinks "go links" with one click.

GoLinksคืออะไร?

GoLinks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.golinks.io และคุณลักษณะหลักของมันคือ "The official GoLinks.io, go/links browser extension. Create team shortlinks "go links" with one click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoLinks

ดาวน์โหลดไฟล์ส่วนขยาย GoLinks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        GoLinks improves productivity by helping teams quickly find and share information. Stop jumping through hoops to find what you need, and say goodbye to hunting through bookmarks. This link shortener tool lets you create memorable shortlinks called go/links or go links so you can easily surface important information. 

How GoLinks works with Google Chrome: 
The GoLinks Google Chrome browser extension enables you to use the "go/" command in your browser and allows you to create a shortened link (aka go links) to the webpage you are already on without needing to visit your GoLinks dashboard. Turn any long, cumbersome link into a memorable short link that's easy to type directly into your browser and share with your team both visually and verbally! 

Key Features of the GoLinks Google Chrome Extension: 
- Enter any of your team's go/links directly into your browser.
- Instantly create go/links with just a simple click on the browser extension.
- Omnibox search support for all of your go/links. Just type "go" then "space".
- Convert any go/TEXT into a clickable go/link to click on instantly.
- Use golinks in different search providers by directly searching for "go/".
- GoLinks is SOC-2 Type 1 certified and GDPR compliant.

About GoLinks: 
Your team is busy doing big things and shouldn't be hindered by resource hunting and knowledge gaps. We created GoLinks® to make sure you get what you need instantly. From small teams to enterprises, more than 5,000 companies rely on GoLinks to connect them to their tools. 

For more information and to get started for free, visit: https://www.golinks.io/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GoLinks GoLinks
ID mdkgfdijbhbcbajcdlebbodoppgnmhab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/golinks/mdkgfdijbhbcbajcdlebbodoppgnmhab
คำอธิบาย The official GoLinks.io, go/links browser extension. Create team shortlinks "go links" with one click.
ขนาดไฟล์ 1.51 MB
จำนวนการติดตั้ง 85,774
เวอร์ชันปัจจุบัน 2.7.8
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2020-04-10
คะแนน 4.57/5 รวมทั้งหมด 30 คะแนน
ผู้พัฒนา https://www.golinks.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.golinks.io
URL หน้าช่วยเหลือ https://www.golinks.com/help/
URL หน้านโยบายความเป็นส่วนตัว https://www.golinks.io/privacy.php
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GoLinks",
    "description": "The official GoLinks.io, go\/links browser extension. Create team shortlinks \"go links\" with one click.",
    "homepage_url": "https:\/\/www.golinks.io",
    "version": "2.7.8",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon48.png",
        "default_popup": "popup.html"
    },
    "omnibox": {
        "keyword": "go\/"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "redirect_rules",
                "enabled": true,
                "path": "redirect_rules.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/go\/*",
        "*:\/\/*.golinks.io\/*",
        "*:\/\/*.golinks.com\/*"
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "declarativeNetRequestWithHostAccess"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; connect-src https:\/\/*.golinks.io; object-src 'self'; font-src 'self';"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.golinks.io\/*",
                "*:\/\/*.golinks.com\/*"
            ],
            "js": [
                "identifier.js"
            ],
            "run_at": "document_start"
        }
    ]
}