Send URL by Email

Send URL by Email from Toolbar

Send URL by Email क्या है?

Send URL by Email https://www.parago.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send URL by Email from Toolbar"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Send URL by Email एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension adds a button to the toolbar that allows you to send the URL of the web page by e-mail using the default e-mail application (e.g. Outlook).                    

एक्सटेंशन की मूल जानकारी

नाम Send URL by Email Send URL by Email
ID mekllbldjjejnkmomdclgkomcnlbddfj
आधिकारिक URL https://chromewebstore.google.com/detail/send-url-by-email/mekllbldjjejnkmomdclgkomcnlbddfj
विवरण Send URL by Email from Toolbar
फ़ाइल का आकार 20.24 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2024-02-26
प्रकाशन तिथि 2016-04-04
रेटिंग 3.14/5 कुल 7 रेटिंग्स
डेवलपर https://www.parago.de
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/jbaurle/SendURLByEmail/
सहायता पृष्ठ URL https://github.com/jbaurle/SendURLByEmail/issues
गोपनीयता नीति पृष्ठ URL https://github.com/jbaurle/SendURLByEmail/blob/master/PrivacyPolicy.md
समर्थित भाषाएँ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extname__",
    "version": "2.0.0",
    "description": "__MSG_extdesc__",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png"
        },
        "default_title": "__MSG_extaction__"
    }
}