beSlick for Gmail

Make email & task management easy, with beSlick for Gmail

beSlick for Gmail क्या है?

beSlick for Gmail https://beslick.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make email & task management easy, with beSlick for Gmail"।

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

screenshot
screenshot
screenshot

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

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

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

                        beSlick provides simple task management for you and your team, built on powerful process management for your business.

All in one platform at www.beslick.com

Use the 'beSlick for Gmail' Chrome Extension to:
  • Add emails as tasks in beSlick with one click
  • Then reassign, prioritize, add due dates or steps for others to do
  • Complete all your tasks directly in Gmail

Built to reduce stress beSlick helps teams run like clockwork.

"I hadn't realised the stress behind this until I started using beSlick regularly. I wish I had found beSlick sooner!" Rob Whittaker, Vistage Chair

"Everyone uses it every day... we can't live without beSlick now" Sheryl Soukup, President

Because every team should beSlick.

Use beSlick to:
 • be productive - never forget anything by quickly adding new tasks & actions right when you need to.
 • be focused - by prioritizing & snoozing tasks so you're clear on what needs your attention.
 • be collaborative - by involving others in tasks and delegating work where needed.
 • be consistent - Save time by creating templates for all your repeatable tasks & processes.
 • be informed - Create visibility, with clear visual reports to give you instant visibility across your team                    

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

नाम beSlick for Gmail beSlick for Gmail
ID epcfojbkladifnnipfhmahiplpcmnmpb
आधिकारिक URL https://chromewebstore.google.com/detail/beslick-for-gmail/epcfojbkladifnnipfhmahiplpcmnmpb
विवरण Make email & task management easy, with beSlick for Gmail
फ़ाइल का आकार 1.52 MB
स्थापना संख्या 57
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-10-03
प्रकाशन तिथि 2023-03-02
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://beslick.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://beslick.com
गोपनीयता नीति पृष्ठ URL https://beslick.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "beSlick for Gmail",
    "description": "Make email & task management easy, with beSlick for Gmail",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "beslick_16.png",
        "48": "beslick_48.png",
        "128": "beslick_128.png",
        "256": "beslick_256.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "https:\/\/app.beslick.com\/assets\/*.png"
            ],
            "matches": []
        }
    ],
    "manifest_version": 3
}