Multiple Forward for Gmail

Forward multiple emails with one click. Transfer and migrate all your emails.

Multiple Forward for Gmail क्या है?

Multiple Forward for Gmail https://multi-email-forward.freebusinessapps.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Forward multiple emails with one click. Transfer and migrate all your emails."।

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

screenshot
screenshot
screenshot

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

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

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

                        Multiple Forward Emails for Gmail

Forward multiple emails with one click. Transfer and migrate all your emails.
Need to forward many emails over to someone? This is a quick way to select all the emails you'd like forwarded, and send them off to 1 recipient with a click of a button.
Forward Multiple Emails in One Click

Version 3.0.0

Please note you can only forward all the emails you selected to one individual e-mail address. If you do NOT see the emails which you forwarded, most likely it is located in the SPAM folder.

We've double checked that the forward feature works and the emails are most likely stuck inside the spam folder.

Gmail is a registered trademark of Google Inc. This app is created by a third party developer and is NOT made by Google.                    

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

नाम Multiple Forward for Gmail Multiple Forward for Gmail
ID ngkcjihkajlpikpiggojcpopkgckobkk
आधिकारिक URL https://chromewebstore.google.com/detail/multiple-forward-for-gmai/ngkcjihkajlpikpiggojcpopkgckobkk
विवरण Forward multiple emails with one click. Transfer and migrate all your emails.
फ़ाइल का आकार 240 KB
स्थापना संख्या 4,243
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2022-04-11
प्रकाशन तिथि 2020-05-04
रेटिंग 1.89/5 कुल 28 रेटिंग्स
डेवलपर https://multi-email-forward.freebusinessapps.net
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.freebusinessapps.net/privacy
समर्थित भाषाएँ id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/welcome.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/popup.js",
                "js\/sweetalert.min.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "homepage_url": "https:\/\/multi-email-forward.freebusinessapps.net\/",
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "256": "img\/icon-256.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "64": "img\/icon-64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "version": "3.0.0",
    "action": {
        "default_icon": {
            "128": "img\/icon-128.png",
            "16": "img\/icon-16.png",
            "48": "img\/icon-48.png"
        },
        "default_popup": "ui\/popup.html",
        "default_title": "__MSG_app_name__"
    }
}