Picky Assist

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

Picky Assistとは何ですか?

Picky Assistはhttps://pickyassist.comによって開発されたChromeの拡張機能で、その主な機能は「Save your time Send Whats App, SMS, Email, Make Call from any webpages with a just click」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Picky Assist拡張機能のCRXファイルをダウンロード

Picky Assist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Picky Assist Picky Assist
ID lpihfjmopeilcjmkblppaeeccoaeamil
公式URL https://chromewebstore.google.com/detail/picky-assist/lpihfjmopeilcjmkblppaeeccoaeamil
説明 Save your time Send Whats App, SMS, Email, Make Call from any webpages with a just click
ファイルサイズ 67.36 KB
インストール数 350
現在のバージョン 1.4
最終更新日 2022-11-23
公開日 2022-10-29
評価 5.00/5 合計 4 レビュー
開発者 https://pickyassist.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://pickyassist.com/en/whatsapp-google-extension
ヘルプページのURL https://help.pickyassist.com/setting-up-guide/google-chrome-extensions/extension-for-sending-whatsapp-messages-from-any-webpage
プライバシーポリシーページのURL https://pickyassist.com/resources/Privacy-Picky.pdf
対応言語 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"
            ]
        }
    ]
}