QuickLinkConvert

Stores links in very accessible manner!

QuickLinkConvert란 무엇입니까?

QuickLinkConvert은(는) https://quicklinkconvert.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stores links in very accessible manner!"입니다.

확장 프로그램 스크린샷

screenshot

QuickLinkConvert 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        QuickLinkConvert allows users to store links in very accessible manner in a Google Sheet                    

확장 프로그램 기본 정보

이름 QuickLinkConvert QuickLinkConvert
ID bpcoheoeakioobjanfgleeahdpgkppci
공식 URL https://chromewebstore.google.com/detail/quicklinkconvert/bpcoheoeakioobjanfgleeahdpgkppci
설명 Stores links in very accessible manner!
파일 크기 388 KB
설치 횟수 286
현재 버전 1.5.1
최근 업데이트 2022-09-30
출시 날짜 2019-02-11
평점 5.00/5 총 1 개의 평점
개발자 https://quicklinkconvert.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.quicklinkconvert.com
도움말 페이지 URL https://www.quicklinkconvert.com
개인정보 보호 정책 페이지 URL https://www.groupconvert.com/privacy24428578
지원되는 언어 en-US
manifest.json
{
    "background": {
        "scripts": [
            "lib\/jquery-3.1.0.min.js",
            "background.js",
            "utility.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "Quick Link Convert"
    },
    "description": "Stores links in very accessible manner!",
    "icons": {
        "128": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAktdaapbryhpIxg08MOxXCPSySXG\/V1lzT7CIt906HOftAutfCNr0lat6D2YkPuJu7StaZ1Za0CLaGBR\/jRzbNg0ToYo80fFXGinVrcOr3tpDf1KVqt6tv4kjG3U\/EGXZYegJPhyYJj68J8CebFt+FLufkR3uENI+CLiNjJOqTIsXhEvH0w0utJ8F+\/3G+AB7O\/ml4SU+r4dvq+ue6IVdpu0CHYL7lBJZ2cYr8v18zJcU9v5isjmqVzmvHge3Q9OCmplpO7IDRCxVhpjfK5YI5SaSi5Mq9mVnkDYpA4MoA3RIMBcczgsYH0yq+GtN8hrlA+poYkEJzglgAhTyzwNnhQIDAQAB",
    "manifest_version": 2,
    "name": "QuickLinkConvert",
    "oauth2": {
        "client_id": "368720304625-3hi3dmh987hd6m1oveaok1sekav654bi.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5.1",
    "web_accessible_resources": [
        "*.png"
    ]
}