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은(는) https://edgs.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create powerful short links by one click from any tab and share them anywhere."입니다.

확장 프로그램 스크린샷

screenshot

Edgs | Trusted Short URLs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}