Picky Assist

Save your time Send Whats App, SMS, Email, Make Call from any webpages with a just click

What is Picky Assist?

Picky Assist is a Chrome extension developed by https://pickyassist.com, and its main feature is "Save your time Send Whats App, SMS, Email, Make Call from any webpages with a just click".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Picky Assist Extension CRX File

Download Picky Assist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Send WhatsApp, SMS, Email & Make Calls from Any Webpage in Just One Click with this Free Google Chrome Extension 

🚀 How it Works…

Just select a phone number or email you see in any of the web pages then right click and take any actions you would like to perform…


✅ One Click Many Actions….

YES, just one click to perform a series of actions in the background like Send Business Proposal via WhatsApp, Add Tags, Call, Add to WhatsApp Group, Enrol to WhatsApp Drip Campagin, Add Mobile Number to CRM  and 20+ Actions powered by the Picky Assist Connector  (Paid Feature)

✅ Auto Append Multiple Country Codes 

WhatsApp, SMS & Calling needs a country to send message or make calls, but if the number you see is not with the country code then our auto append country code helps you to automatically add the country code as configured by you and the impressive part is that you can add as many as countries codes as per your targeted countries 

✅ Save your Time with Templates 

Save your time by creating frequently used messages as templates and use them with just a click, no more manual data entry needed


✅ Open Multiple Apps 

Deep link to your favourite apps with just one click

👉 Picky Assist 
Connector | Teambox

👉 WhatsApp 
WhatsApp Web | WhatsApp Desktop | WhatsApp Business & Cloud API

👉 SMS 
System Default SMS App | i-Messages 

👉 Call 
Android Phone | Facetime Audio Call | Skype | Ring Central | Zoiper 

👉Email 
Gmail | Outlook | SMTP (any email) | Sendgrid | Amazon SES


---------------------------------------------
🔥 Advantages of Extension 
---------------------------------------------

One of its kind google chrome extension which offers the great automation capabilities along with deep lining with popular apps 

✅ It’s Free to Use 
✅ Save 90% of Your Time
✅ 300% Increased Productivity
✅ Works with any Webpages 
✅ Multiple App Integration 
✅ Easy to Use 
✅ No Data Collection
✅ No Signup Needed
✅ Works with Any Web Pages 

-----------------------------------------------------------------------------------------------
🚀 Discover New Automation Possibilities with Picky Assist 
-----------------------------------------------------------------------------------------------

📨 Support

Support : [email protected]

Webpage : https://pickyassist.com/en/whatsapp-google-extension

Documentation : https://help.pickyassist.com/setting-up-guide/google-chrome-extensions/extension-for-sending-whatsapp-messages-from-any-webpage

⚠️ Disclaimer 

The logo and brand name of other companies are used in this product is only for demonstration purpose and we don't have any association with any of these companies and this tool is independently developed to save your time. All brands logo's are trademark and copyrighted to respective brands and companies                    

Extension Basic Information

Name Picky Assist Picky Assist
ID lpihfjmopeilcjmkblppaeeccoaeamil
Official URL https://chromewebstore.google.com/detail/picky-assist/lpihfjmopeilcjmkblppaeeccoaeamil
Description Save your time Send Whats App, SMS, Email, Make Call from any webpages with a just click
File Size 67.36 KB
Installation Count 350
Current Version 1.4
Last Updated 2022-11-23
Publish Date 2022-10-29
Rating 5.00/5 Total 4 Ratings
Developer https://pickyassist.com
Email [email protected]
Payment Type free
Extension Website https://pickyassist.com/en/whatsapp-google-extension
Help Page URL https://help.pickyassist.com/setting-up-guide/google-chrome-extensions/extension-for-sending-whatsapp-messages-from-any-webpage
Privacy Policy Page URL https://pickyassist.com/resources/Privacy-Picky.pdf
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picky Assist",
    "description": "Save your time Send Whats App, SMS, Email, Make Call from any webpages with a just click ",
    "version": "1.4",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/48.png",
                "images\/edit.png",
                "images\/delete.png",
                "images\/default.png",
                "images\/nodefault.png"
            ]
        }
    ]
}