GlobalLink Snapshot

GlobalLink Snapshot for Web Pages

GlobalLink Snapshot란 무엇입니까?

GlobalLink Snapshot은(는) TransPerfect에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GlobalLink Snapshot for Web Pages"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        For GlobalLink Users with OneLink accounts.
Login with your User Key from your OneLink account.
Take snapshots of your web pages that are part of your OneLink Project origin.                    

확장 프로그램 기본 정보

이름 GlobalLink Snapshot GlobalLink Snapshot
ID lhmjhaaccihmkogdabeldmipjhecldlm
공식 URL https://chrome.google.com/webstore/detail/globallink-snapshot/lhmjhaaccihmkogdabeldmipjhecldlm
설명 GlobalLink Snapshot for Web Pages
파일 크기 75.26 KB
설치 횟수 25
현재 버전 2.3.10
최근 업데이트 2021-03-29
출시 날짜 2020-03-17
개발자 TransPerfect
이메일 [email protected]
개인정보 보호 정책 페이지 URL https://www.transperfect.com/about/data-privacy-client-tech-user
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GlobalLink Snapshot",
    "version": "2.3.10",
    "description": "GlobalLink Snapshot for Web Pages",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/dev.onelink-preview.com\/*",
            "https:\/\/dev.onelink-preview.com\/*",
            "http:\/\/api.onelink-preview.com\/*",
            "https:\/\/api.onelink-preview.com\/*",
            "http:\/\/rc.onelink-translations.com\/*",
            "https:\/\/rc.onelink-translations.com\/*",
            "http:\/\/api.onelink-translations.com\/*",
            "https:\/\/api.onelink-translations.com\/*",
            "http:\/\/localhost\/*",
            "https:\/\/localhost\/*"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/glss.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "GlobalLink Snapshot",
        "default_popup": "main.html",
        "default_icon": "images\/GLSS-fav.png"
    },
    "icons": {
        "48": "images\/GLSS-48.png",
        "128": "images\/GLSS-128.png"
    },
    "manifest_version": 2
}