Orso- Send message without saving contact

Sends Whatsapp Message to a phone Number without adding it.

Wat is Orso- Send message without saving contact?

Orso- Send message without saving contact is een Chrome-extensie ontwikkeld door https://orso.app, en de belangrijkste functie is "Sends Whatsapp Message to a phone Number without adding it.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Orso- Send message without saving contact

Download Orso- Send message without saving contact-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Orso is the best Whatsapp marketing tool available on the web. 
With Orso, you can easily send Whatsapp messages to people without saving their contact information.  

It can automatically fetch the contact information of shops when you browse google maps and send a message to people with a single click. 
It can create multiple templates that quickly save time writing repeated messages. It can easily parse the Google map listing.

Orso makes it super easy to add tags to the chats and filter out chats based on the tags.

It is a highly efficient and fast way to send messages on WhatsApp via the WhatsApp Web.
*We do not endorse bulk messaging or spamming*

Install the extension now to connect with your customers on WhatsApp in a better way. WhatsApp has now become the mainstream messenger for more than 2Bn+ people and if you want to grow your business it is really important to connect with your customers on WhatsApp. But, sending the same message to all the customers is very time-consuming and tedious. 

https://www.youtube.com/watch?v=CHvmjRguHqc

Features:-
- Send Messages to Saved/Unsaved contacts with a single click
- Easy to Use and highly reliable
- No Software Installation Needed
- 24X7 Customer Support


For questions about Orso, please email us at 

There are other whatsapp apps like Orso such as WAPlus Sender - WA Message Web Sender, WAMessages - Bulk WA Message Sender Software. If Orso doesn't work for you, try one of them.
It uses power of artificial intelligence, ai to complete the messages.

All disputes subject to Rohtak, Haryana jurisdiction.                    

Basisinformatie over de Extensie

Naam Orso- Send message without saving contact Orso- Send message without saving contact
ID ofemdidpfidcildnbofhobedhabifaec
Officiële URL https://chromewebstore.google.com/detail/orso-send-message-without/ofemdidpfidcildnbofhobedhabifaec
Beschrijving Sends Whatsapp Message to a phone Number without adding it.
Bestandsgrootte 476 KB
Aantal Installaties 1,595
Huidige Versie 1.61
Laatst Bijgewerkt 2023-05-30
Publicatiedatum 2021-08-04
Beoordeling 4.83/5 Totaal 12 Beoordelingen
Ontwikkelaar https://orso.app
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://orso.app
URL van de Privacybeleid Pagina https://raw.githubusercontent.com/rahulbansal16/privacyPolicy/main/orso
Ondersteunde Talen id,de,en,fr,tr,ca,es,it,pl,pt-BR,pt-PT,ru,hi,ta,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.61",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "src\/assets\/extension-icons\/logo-16.png",
        "48": "src\/assets\/extension-icons\/logo-48.png",
        "128": "src\/assets\/extension-icons\/logo-128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/assets\/extension-icons\/logo-32.png",
                "src\/assets\/extension-icons\/logo-48.png",
                "src\/libraries\/wapi.js",
                "src\/js\/helper.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "resources": [
                "assets\/jsx-runtime.1fd6ab07.js",
                "assets\/orsoMixPanel.c179f783.js",
                "assets\/detect.7b8635d0.js",
                "assets\/constants.9fc96ea7.js",
                "assets\/content.b8279420.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "resources": [
                "assets\/constants.9fc96ea7.js",
                "assets\/parseFacebook.4ab14e15.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/constants.9fc96ea7.js",
                "assets\/parseGoogleMap.ab5ddd95.js",
                "assets\/jsx-runtime.1fd6ab07.js",
                "assets\/ShowIcons.a549afbc.js",
                "assets\/orsoMixPanel.c179f783.js",
                "assets\/SideIcon.jsx.3d3f552e.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.detect.7b8635d0.86c33c1f.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "assets\/content-script-loader.content.b8279420.e4f45658.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "assets\/content-script-loader.parseFacebook.4ab14e15.4f29ba2e.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "assets\/content-script-loader.parseGoogleMap.ab5ddd95.957b2e09.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.google.*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "assets\/content-script-loader.SideIcon.jsx.3d3f552e.f7f9f8a8.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_globs": [
                "https:\/\/web.whatsapp.com\/*",
                "https:\/\/*.wikipedia.*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}