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.”。
扩展截图
下载DocSend Extension扩展crx文件
下载DocSend Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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;" } |