SmartReplier - AI powered reply assistance

SmartReplier is an AI-powered reply assistant that helps professionals craft high quality responses to emails and LinkedIn post

Τι είναι το SmartReplier - AI powered reply assistance;

Το SmartReplier - AI powered reply assistance είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SmartReplier, και η κύρια λειτουργία του είναι "SmartReplier is an AI-powered reply assistant that helps professionals craft high quality responses to emails and LinkedIn post".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SmartReplier - AI powered reply assistance

Λήψη αρχείων επέκτασης SmartReplier - AI powered reply assistance σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Our AI-powered reply assistant is a Chrome extension designed to help professionals save time and effort when responding in any platform, including emails, LinkedIn and Twitter. 

By utilizing AI technology, this extension automatically creates personalized, relevant, and well-written responses to any email or LinkedIn message you receive with just a few clicks. 

This extension can be a huge time-saver when dealing with a high volume of messages, freeing you up to focus on other important tasks. 

Not only does this save time and energy, but it is also perfect for those who may not be a native speaker of the language in which they are communicating. With this extension, you can be sure that your messages will be both professional and meaningful.

Whether you're an entrepreneur, small business owner, or high-level executive, our AI-powered reply assistant is the perfect tool to help you optimize your workflow.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SmartReplier - AI powered reply assistance SmartReplier - AI powered reply assistance
ID aheakoghjhpbianljiemepkpklndnogn
Επίσημο URL https://chromewebstore.google.com/detail/smartreplier-ai-powered-r/aheakoghjhpbianljiemepkpklndnogn
Περιγραφή SmartReplier is an AI-powered reply assistant that helps professionals craft high quality responses to emails and LinkedIn post
Μέγεθος Αρχείου 531 KB
Αριθμός Εγκαταστάσεων 121
Τρέχουσα Έκδοση 1.0.9 beta
Τελευταία Ενημέρωση 2023-02-07
Ημερομηνία Δημοσίευσης 2023-01-24
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής SmartReplier
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://smartreplier.com
URL της Σελίδας Πολιτικής Απορρήτου https://qhkm.notion.site/Privacy-policy-58db5fb150f84cccae61a5c91a4b8020
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SmartReplier - AI powered reply assistance",
    "description": "SmartReplier is an AI-powered reply assistant that helps professionals craft high quality responses to emails and LinkedIn post",
    "version": "1.0.9",
    "author": "qhkdmdev90",
    "version_name": "1.0.9 beta",
    "action": {
        "default_icon": "icon.png",
        "default_title": "smartreplier",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "cookies",
        "storage"
    ],
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "128": "icon.png"
    },
    "host_permissions": [
        "*:\/\/*.google.com\/",
        "https:\/\/smartreplier.com\/*",
        "https:\/\/linkedin.com\/*",
        "https:\/\/outlook.live.com\/*",
        "https:\/\/*.outlook.live.com\/*",
        "https:\/\/*.outlook.office.com\/*",
        "https:\/\/*.outlook.office365.com\/*",
        "https:\/\/*.outlook.com\/*",
        "*:\/\/twitter.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "popup.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "open-modal": {
            "suggested_key": {
                "default": "Ctrl+E",
                "mac": "Command+E"
            },
            "description": "Open smartreplier modal on current page."
        },
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+E",
                "mac": "Command+E",
                "chromeos": "Ctrl+E",
                "linux": "Ctrl+E"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png",
                "white-bg.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}