Smartsheet

Desktop App Redirect extension.

Smartsheet란 무엇입니까?

Smartsheet은(는) Smartsheet Desktop App Engineering에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Desktop App Redirect extension."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Smartsheet Desktop App deep linking redirector (The Smartsheet Desktop App is required for this to work, please do not try to use it if you do not have the Smartsheet Desktop App installed).                    

확장 프로그램 기본 정보

이름 Smartsheet Smartsheet
ID bgjmgnnejbaolgolmagcgcfinhpdbcgn
공식 URL https://chromewebstore.google.com/detail/smartsheet/bgjmgnnejbaolgolmagcgcfinhpdbcgn
설명 Desktop App Redirect extension.
파일 크기 325 KB
설치 횟수 3,943
현재 버전 1.0.0.9
최근 업데이트 2023-06-27
출시 날짜 2022-08-29
평점 3.00/5 총 2 개의 평점
개발자 Smartsheet Desktop App Engineering
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.smartsheet.com
도움말 페이지 URL https://help.smartsheet.com/contact
개인정보 보호 정책 페이지 URL https://www.smartsheet.com/legal/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smartsheet",
    "description": "Desktop App Redirect extension.",
    "version": "1.0.0.9",
    "manifest_version": 3,
    "incognito": "spanning",
    "permissions": [
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.smartsheet.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "smartsheet.png",
            "32": "smartsheet.png",
            "48": "smartsheet.png",
            "128": "smartsheet.png"
        }
    },
    "icons": {
        "16": "smartsheet.png",
        "32": "smartsheet.png",
        "48": "smartsheet.png",
        "128": "smartsheet.png"
    }
}