Emitrr

Emitrr

Τι είναι το Emitrr;

Το Emitrr είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Emitrr, και η κύρια λειτουργία του είναι "Emitrr".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Emitrr

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

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

                        Emitrr is a business text messaging solution which can help you automate your entire customer communication and engagement experience. With Emitrr’s chrome extension, you can easily send text messages without leaving your browser window.

Emitrr extension can help you -
- To send text messages for business directly from the CRM or any other web application
- Send and receive text messages using your current business phone number
- Add and change contact information
- Examine all the discussions
Start a new text conversation or carry on a current one

You get to use our robust features like attachments, emojis, templates, dynamic fields, signatures, and text scheduling. Send text messages using your existing company landline, VoIP, or toll-free number.

- All messages are synced with Emitrr's desktop, mobile, and online applications
- Optional phone number auto-detection enables you to send a text message with a single click to any number on a website
Make, modify, and view contact information
- Instantly update your contact details
- Add a new conversation's contact information
- Send ad hoc group messages and auto-fill contacts
- Send group messages to up to 50 BCC'd contacts and access your saved Emitrr contacts
- View all conversations by contact
- Control current text exchanges
- Unread message list

NOTE: To use this Chrome Extension, you need an Emitrr account. Please visit www.emitrr.com to register. Please email us at [email protected] if you have any inquiries or recommendations.                    

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

Όνομα Emitrr Emitrr
ID lcdchlfleahgilmmeaiopkfeokbhjhbc
Επίσημο URL https://chromewebstore.google.com/detail/emitrr/lcdchlfleahgilmmeaiopkfeokbhjhbc
Περιγραφή Emitrr
Μέγεθος Αρχείου 144 KB
Αριθμός Εγκαταστάσεων 558
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2023-11-02
Ημερομηνία Δημοσίευσης 2022-12-27
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Emitrr
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Emitrr",
    "description": "Emitrr",
    "version": "1.0.2",
    "action": {
        "default_title": "Emitrr",
        "default_icon": "iconx32.png"
    },
    "icons": {
        "16": "iconx32.png",
        "48": "iconx32.png",
        "128": "iconx32.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/*.emitrr.com\/",
        "http:\/\/localhost:3001\/"
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.js",
                "*.css",
                "*.png",
                "*.jpg",
                "*.gif",
                "*.svg",
                "*.html"
            ]
        }
    ]
}