Smarty: Your Productivity Sidekick

The ultimate productivity assistant

Smarty: Your Productivity Sidekickคืออะไร?

Smarty: Your Productivity Sidekick เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Smarty และคุณลักษณะหลักของมันคือ "The ultimate productivity assistant"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smarty: Your Productivity Sidekick

ดาวน์โหลดไฟล์ส่วนขยาย Smarty: Your Productivity Sidekick ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Smarty: Meeting Scheduling Software & AI Personal Assistant

Get actual stuff done while Smarty makes scheduling and more easy for you! 

The most powerful productivity and scheduling app on the market.

It’s like having your own personal assistant living in your browser (with a free forever plan). Smarty is your ultimate productivity tool:

* THERE WHEN YOU NEED IT - All of Smarty’s scheduling features are available without leaving the tab you were browsing. No more opening pages, typing in passwords, and clicking a bunch of links just to schedule a meeting. View and edit your agenda wherever you are online.

* AUTOMATED SCHEDULING - Smarty detects meeting/event times on any page and converts these time slots to your time zone automatically for a ONE-CLICK booking. That means Smarty will come to your rescue anywhere, not just in your email.

* 1-CLICK LINKS - Smarty stores your scheduling & meeting links (for Zoom, GoToMeeting, Webex, etc) for easy access so you don’t have to open up other websites just to find them. 

* 1-CLICK EMAILS - Eliminate the back-and-forth! Reply with available time slots with a single click. Scheduling calendar events has never been easier. Smarty can even recommend time slots that would work best for you.

* CUSTOM TIME SLOTS - Quickly generate any meeting time slots that work best for you using the expanded calendar view of Smarty and paste them as links into an email thread.

* AUTO-RECOMMENDED TIME SLOTS - “What are some time slots I have available tomorrow?” Smarty’s already got the answer to that before you even ask it so you can spend that time getting stuff done instead.

* YOUR PERSONAL SCHEDULING PAGES - Create custom events and send a meeting scheduling link to let others find a time that works for them. As with all other links, Smarty will store this one for quick access.

* KEYBOARD SHORTCUTS - Launch features with the touch of a button to spend even less time on scheduling.

* FREE PLAN - Focus on what matters while Smarty takes care of your scheduling with a free plan.

Works with Gmail, Google Calendar, and pretty much every website there is. 
Smarty is the G-Suite app you’ve been waiting for.

QUESTIONS? NEED HELP?

If you have questions or are experiencing any issues with our calendar chrome extension, contact support at [email protected]

WE TAKE MEETING APPS TO A NEW LEVEL

Smarty is more than your run-of-the-mill meeting scheduling software. Your meeting availability and free appointment slots are in a booking system optimized for you. Discover a plethora of features that other appointment software doesn’t have - we bring you the scheduling tools of Calendly and the productivity features of MixMax and package it in the perfect executive assistant that you can use anywhere online. Try Smarty today!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Smarty: Your Productivity Sidekick Smarty: Your Productivity Sidekick
ID eklndcempjfjokidnkfilhbeeppfjiog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smarty-your-productivity/eklndcempjfjokidnkfilhbeeppfjiog
คำอธิบาย The ultimate productivity assistant
ขนาดไฟล์ 47.53 MB
จำนวนการติดตั้ง 284
เวอร์ชันปัจจุบัน 0.1334
อัปเดตครั้งล่าสุด 2022-07-19
วันที่เผยแพร่ 2021-03-30
คะแนน 4.83/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา Smarty
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://smarty.ai
URL หน้านโยบายความเป็นส่วนตัว https://www.smarty.ai/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "backend.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "assets\/smartylogo.png"
        }
    },
    "commands": {
        "activate-extension": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Activate extension"
        },
        "open-extension": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Open extension"
        }
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "inboxsdk.js",
                "content.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/app.smarty.ai\/*",
                "http:\/\/localhost:8080\/*",
                "https:\/\/www.smarty.ai\/*"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "description": "The ultimate productivity assistant",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/maps.googleapis.com https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/mixpanel.com https:\/\/*.mixpanel.com https:\/\/fullstory.com https:\/\/*.fullstory.com; object-src 'self';",
    "icons": {
        "128": "assets\/smartylogo.png"
    },
    "name": "Smarty: Your Productivity Sidekick",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "clipboardWrite",
        "history",
        "bookmarks",
        "https:\/\/mail.google.com\/*",
        "chrome:\/\/favicon\/",
        "https:\/\/api.rocketreach.co\/*",
        "https:\/\/app.smarty.ai\/*"
    ],
    "version": "0.1334",
    "web_accessible_resources": [
        "assets\/logo.png",
        "assets\/smartylogo.png",
        "sidebar.html",
        "calendar-popup.html",
        "search-popup.html",
        "extension-badge.html",
        "meeting-links-popup.html",
        "common-popup.html",
        "date-popup.html",
        "recommended-times-popup.html",
        "welcome.html",
        "specific-time-popup.html"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvs5zYpJolmf2uqVf7bYu+uQVEvMLH5BZAz7quXwvekJUHr0xjp2Fhq4aGFOgH4hwsPcjL6qWOSxNFTsBjrvg7XFDFzfOiAPtuhDpVOfb23Wt3kdurohEK656ywWbSUn3r2WZ\/dedp9QwzcSWwLP6Vy6BPrPD0SNGFEk+w3zoH+gusGk78LX2rAF1e83WBuW8CA7ZQZFlhZgzPr8+KcWtOWZ492\/lUmNAy3bj7Xsw+2pOzUOLfcfCsypytFDLax1eWYtcdT8NANyeECQJakyhdjJ1K7GV5YMrJYXLhgjk2U4MqFgp2gkek4lqhKtiag9nsSX8\/aRedwyFvMuxJS73UQIDAQAB"
}