DocSend Extension

Quickly insert links to any of your DocSend documents or Spaces right inside Gmail.

DocSend Extension란 무엇입니까?

DocSend Extension은(는) https://docsend.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly insert links to any of your DocSend documents or Spaces right inside Gmail."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Say goodbye to clunky email attachments and hello to secure document sharing with DocSend links.

With DocSend’s secure file and document sharing platform, you can share sensitive files and documents with external business partners, while getting real-time, actionable feedback on how those materials are being used.

Specifically, DocSend links give you actionable feedback on who's reading your documents, as well as which areas of given documents are grabbing people’s attention. DocSend lets you make updates to your documents and control who has access even after you hit send.

Quickly insert links to any of your DocSend documents or Spaces right from Google Chrome.                    

확장 프로그램 기본 정보

이름 DocSend Extension DocSend Extension
ID nmkphfcebcpicnakipcmgapcckkbhppd
공식 URL https://chromewebstore.google.com/detail/docsend-extension/nmkphfcebcpicnakipcmgapcckkbhppd
설명 Quickly insert links to any of your DocSend documents or Spaces right inside Gmail.
파일 크기 78.88 KB
설치 횟수 39,121
현재 버전 2.2.2
최근 업데이트 2023-02-03
출시 날짜 2019-11-20
평점 4.64/5 총 22 개의 평점
개발자 https://docsend.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.docsend.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DocSend Extension",
    "description": "Quickly insert links to any of your DocSend documents or Spaces right inside Gmail.",
    "version": "2.2.2",
    "permissions": [
        "storage",
        "tabs",
        "clipboardWrite",
        "*:\/\/d2qvtfnm75xrxf.cloudfront.net\/*",
        "*:\/\/docsend.com\/*"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "contentApi.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "contentApi.js",
                "content.js",
                "jquery.js",
                "gmail.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Insert DocSend link",
        "default_popup": "browser.html"
    },
    "web_accessible_resources": [
        "images\/*.*",
        "blank.png",
        "gmail.html"
    ],
    "icons": {
        "16": "images\/docsend-logo--color-on-white-16x16.png",
        "32": "images\/docsend-logo--color-on-white-32x32.png",
        "48": "images\/docsend-logo--color-on-white-48x48.png",
        "128": "images\/docsend-logo--color-on-white-128x128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/docsend.com https:\/\/*.google.com https:\/\/ssl.google-analytics.com https:\/\/d2qvtfnm75xrxf.cloudfront.net https:\/\/doug1izaerwt3.cloudfront.net https:\/\/plus.google.com https:\/\/www.google-analytics.com; object-src 'self'; child-src 'self' https:\/\/docsend.com;"
}