Edgs | Trusted Short URLs

Create powerful short links by one click from any tab and share them anywhere.

Edgs | Trusted Short URLsคืออะไร?

Edgs | Trusted Short URLs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://edgs.co และคุณลักษณะหลักของมันคือ "Create powerful short links by one click from any tab and share them anywhere."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Edgs | Trusted Short URLs

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

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

                        Shorten URLs quickly and conveniently from any tab by single click.

This extension eases the shortening of your URLs from Chrome. It integrates into the UI toolbar button and communicates with our shortening service. You need to register first and have your account and login in order for this extension to extract your API key.

Key features:
1. Passwordless authentication. The extension extracts your API key automatically as long as you are login 
2. Provide a keyword for the short URL
3. Automatically copy the resulting short URL to your clipboard for better productivity

Have questions or need help? Send an email to [email protected]

NOTE: Creating, saving and sharing URLs with this Chrome Extension is exactly the same as if you do directly from our shortening service website. This Chrome Extension does not collect any additional data about your browsing activity or history.                    

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

ชื่อ Edgs | Trusted Short URLs Edgs | Trusted Short URLs
ID gdfkfipafmomjckakhiliigjfhjehlbc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/edgs-trusted-short-urls/gdfkfipafmomjckakhiliigjfhjehlbc
คำอธิบาย Create powerful short links by one click from any tab and share them anywhere.
ขนาดไฟล์ 22.7 KB
จำนวนการติดตั้ง 69
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2022-02-17
วันที่เผยแพร่ 2022-02-02
ผู้พัฒนา https://edgs.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://edgs.co
URL หน้าช่วยเหลือ https://www.edgehosting.ca/about-us/
URL หน้านโยบายความเป็นส่วนตัว https://www.edgs.co/securityprivacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "action": {
        "default_icon": {
            "128": "img\/logo128.png",
            "16": "img\/logo16.png",
            "19": "img\/logo19.png",
            "38": "img\/logo38.png",
            "48": "img\/logo48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Edgs | Trusted Short URLs"
    },
    "author": "Edge Hosting Inc",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Create powerful short links by one click from any tab and share them anywhere.",
    "host_permissions": [
        "http:\/\/edgs.co\/*",
        "https:\/\/edgs.co\/*"
    ],
    "icons": {
        "128": "img\/logo128.png",
        "16": "img\/logo16.png",
        "19": "img\/logo19.png",
        "38": "img\/logo38.png",
        "48": "img\/logo48.png"
    },
    "manifest_version": 3,
    "name": "Edgs | Trusted Short URLs",
    "permissions": [
        "activeTab",
        "storage",
        "clipboardWrite"
    ],
    "short_name": "Edgs Short URLs",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5"
}