DocSend Extension
Quickly insert links to any of your DocSend documents or Spaces right inside Gmail.
DocSend Extension क्या है?
DocSend Extension https://docsend.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly insert links to any of your DocSend documents or Spaces right inside Gmail."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DocSend Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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;" } |