SignNow
SignNow is an award-winning e-signature solution that allows you to sign, send, and manage documents on any device. SignNow…
SignNow क्या है?
SignNow https://signnow.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SignNow is an award-winning e-signature solution that allows you to sign, send, and manage documents on any device. SignNow…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SignNow एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
SignNow is an award-winning e-signature solution that allows you to sign, send, and manage documents on any device. SignNow e-signature's chrome extension allows you to sign documents without leaving Gmail. When you open an email in your Gmail inbox that has a document attached, the SignNow sidebar will automatically appear on the right side of your screen. Once you click the sign button, a SignNow window will appear in Gmail that allows you to sign the document. When you've finished signing, click the 'Done' button and SignNow will automatically trigger a draft email with the signed document attached.
एक्सटेंशन की मूल जानकारी
नाम | SignNow |
ID | jcidjdlcepkfpcfhnjoakimibfamemjj |
आधिकारिक URL | https://chromewebstore.google.com/detail/signnow/jcidjdlcepkfpcfhnjoakimibfamemjj |
विवरण | SignNow is an award-winning e-signature solution that allows you to sign, send, and manage documents on any device. SignNow… |
फ़ाइल का आकार | 168 KB |
स्थापना संख्या | 1,899 |
वर्तमान संस्करण | 1.0.13 |
अंतिम अपडेट | 2020-06-05 |
प्रकाशन तिथि | 2020-04-23 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://signnow.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.signnow.com/terms |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SignNow", "version": "1.0.13", "manifest_version": 2, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr4fiNDsNMVauabJT2gdJDaCtc2FdWPUpXATsmg3bR0dVhjmuslodt3SG\/uedA9jIw79tMQUPp4ZJCTsw+sEmLugOPkvDb9ggfRXCMMpI7g8wxSSr7ftaZiQpMNw52+GhTinpdUiYaAp+Crta8z+CUQkROpgV6v29X5Ck3kUWLrMub5WeV8Kcdpx9+Cp9JG8Lc10WHmmOPJLJ0qj\/ac9Z4WPOLs6AJV0MI89D1iQXqOM8N7ABKTdah6cBarlxEiptOnTy4kRhdotQI24Y\/89jIL0oTcFfrmsG4kZYN9ouTmzgLnGrzdQHLeTblRt8dKwxOSdTJCCShzneHvaKLroKzwIDAQAB", "oauth2": { "client_id": "928925003562-qijs34mjaffia87hh2h8i2qatdjhknl4.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/gmail.readonly", "https:\/\/www.googleapis.com\/auth\/gmail.compose" ] }, "permissions": [ "identity", "identity.email", "storage", "https:\/\/app.signnow.com\/*", "https:\/\/apis.google.com\/", "https:\/\/api.signnow.com\/" ], "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ "https:\/\/app.signnow.com\/*", "frame.html", "redirect.html", "js\/frame.js", "js\/redirect.js", "images\/icon128.png", "images\/logo.png", "images\/signnow_logo.png", "images\/signnow_logo_white.png", "images\/ring-alt.gif", "images\/icon-pdf.svg", "images\/icon-word.svg", "images\/icon-png.svg" ], "browser_action": { "default_icon": { "19": "images\/19x19.png", "38": "images\/38x38.png" }, "default_title": "SignNow", "default_popup": "index.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/app.signnow.com\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/content.css" ], "all_frames": true } ] } |