Blueticks

Manage tasks, send personalized message campaigns, schedule future message - the ultimate whatsapp tool for managers

Vad är Blueticks?

Blueticks är en Chrome-tillägg utvecklad av https://blueticks.co, och dess huvudfunktion är "Manage tasks, send personalized message campaigns, schedule future message - the ultimate whatsapp tool for managers".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Blueticks-förlängningens CRX-fil

Ladda ner Blueticks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Get your new WhatsApp superpowers!

We are the Ultimate Chrome Extension for WhatsApp. Blueticks is an all-in-one engagement platform that directly adds essential marketing and management tools to your WhatsApp Web. 
Blueticks allows you to communicate effectively with your audience, improve productivity, and much more!

Our Features:
---------------------

⏰ Message Scheduler: Schedule essential messages in just a few steps 
Always be one step ahead. Schedule automated messages in advance to follow-up with clients and engage more contacts.

You can schedule a one-time message or a recurring message.
Schedule your WhatsApp messages to send any time you like.

✔ Task Manager: You can plan and track tasks directly inside the WhatsApp web from now on. Create tasks and assign them to co-workers directly on WhatsApp Web to increase efficiency and reach your objectives. 

📩 WhatsApp Campaign: Our Bulk campaigns will have your business come alive!
With consistent growth and booming engagement, you will be sure to see your business thrive.

Please use this tool responsibly and refrain from sending spam messages.

💻 API: Integrate any CRM or other automated workflow. Send and receive messages via API.
Use API to send and receive messages. Build auto-replies, chatbot, and much more!

Blueticks brings to the table a different perspective on how companies can use WhatsApp, creating business opportunities through innovative tools. 

______________________________________________________________________________________________

Contact us: If you have any questions or concerns, our support team will be glad to help! Go to https://blueticks.co/#CONTACT to leave a message.

Follow Us on:

Facebook
https://www.facebook.com/blueticksapp

Instagram
https://www.instagram.com/blueticksapp/

Twitter
https://twitter.com/blueticksapp

LinkedIn
https://www.linkedin.com/company/blueticks/                    

Grundläggande Information om Tillägg

Namn Blueticks Blueticks
ID adgnjhngogijkkppficiiepmjebijinl
Officiell webbadress https://chromewebstore.google.com/detail/blueticks/adgnjhngogijkkppficiiepmjebijinl
Beskrivning Manage tasks, send personalized message campaigns, schedule future message - the ultimate whatsapp tool for managers
Filstorlek 5.54 MB
Antal Installationer 104,128
Aktuell Version 4.2.28
Senast Uppdaterad 2024-03-04
Publiceringsdatum 2020-08-02
Betyg 3.23/5 Totalt 212 Betyg
Utvecklare https://blueticks.co
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://blueticks.co/
Hjälpsida URL https://blueticks.co/
URL till Sekretesspolicy Sidan https://blueticks.co/privacy-policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blueticks",
    "version": "4.2.28",
    "description": "Manage tasks, send personalized message campaigns, schedule future message - the ultimate whatsapp tool for managers",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "unlimitedStorage",
        "scripting",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/*",
        "https:\/\/blueticks.co\/*",
        "https:\/\/app.blueticks.co\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "ids": [
            "elmlpmbhicpdnbpnicbmgjhbolmlfmnf"
        ],
        "matches": [
            "https:\/\/blueticks.co\/*",
            "https:\/\/app.blueticks.co\/*",
            "https:\/\/web.whatsapp.com\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "oauth2": {
        "client_id": "143723739146-ceap36fcs0lud8fq0tr1nqn41ceuiath.apps. usercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "action": {
        "default_icon": {
            "16": "img\/blueticks_logo_icon.png",
            "48": "img\/blueticks_logo_icon.png",
            "128": "img\/blueticks_logo_icon.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "css": [
                "color-scheme.css",
                "react-phone-input-2-style.css",
                "react-date-range-styles.css",
                "react-date-range-default.css"
            ],
            "all_frames": false,
            "matches": [
                "*:\/\/web.whatsapp.com\/*",
                "*:\/\/whatsapp-scheduler.com\/*",
                "*:\/\/blueticks.co\/*",
                "*:\/\/app.blueticks.co\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "page.js",
                "page.js.map",
                "img\/*",
                "app.js.map"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*",
                "*:\/\/whatsapp-scheduler.com\/*",
                "*:\/\/blueticks.co\/*",
                "*:\/\/app.blueticks.co\/*",
                "*:\/\/www.google-analytics.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/blueticks_logo_icon_16.png",
        "48": "img\/blueticks_logo_icon_48.png",
        "128": "img\/blueticks_logo_icon_128.png"
    }
}