Send from Gmail - Share a Link Via Email
provides a button which allows you to send a webpage URL (link) via email.
Send from Gmail - Share a Link Via Email क्या है?
Send from Gmail - Share a Link Via Email Social Analyzer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "provides a button which allows you to send a webpage URL (link) via email."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Send from Gmail - Share a Link Via Email एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It provides a button that will create a Gmail message when clicked, using the page title as the subject and selected page text and link address as the message. All you have to do is choose a mail recipient and click send. features: ➔ provides a fast way to quickly send a link to the current website per email to somebody. ➔ works with local Mail clients and WebMail accounts like GMail, Hotmail, etc. ➔ create a new mail window on current page. For setting the domain name of your "Google Apps for your domain" account, click Options. options features: ➔ set the domain name of your google account ➔ set a prefix for the subject field when sending from Gmail Note that if you use a local mail client a default Mail client must be registered on the computer. this extension was made by third party developers and it is NOT made by Gmail Inc.
एक्सटेंशन की मूल जानकारी
नाम | Send from Gmail - Share a Link Via Email |
ID | egefdkphhgpfilgcaejconjganlfehif |
आधिकारिक URL | https://chromewebstore.google.com/detail/send-from-gmail-share-a-l/egefdkphhgpfilgcaejconjganlfehif |
विवरण | provides a button which allows you to send a webpage URL (link) via email. |
फ़ाइल का आकार | 2.09 MB |
स्थापना संख्या | 3,000 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2023-03-31 |
प्रकाशन तिथि | 2022-08-27 |
रेटिंग | 4.93/5 कुल 61 रेटिंग्स |
डेवलपर | Social Analyzer |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://gmplus.io/gmplus-private-policy |
समर्थित भाषाएँ | en,en-GB,en-US,fr,tr,da,et,es,hr,lv,lt,pt-BR,pt-PT,sk,sl,cs,bg,ru,gu,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "version": "1.0.5", "default_locale": "en", "homepage_url": "https:\/\/gmplus.io?utm_source=gm_send", "description": "provides a button which allows you to send a webpage URL (link) via email.", "icons": { "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/128.png", "default_title": "Send this link with Gmail" }, "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "options_ui": { "open_in_tab": true, "page": "options.html" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/*.google.com\/" ] } |