IRIS CRM Sidebar for Gmail

IRIS CRM is the premier payment industry CRM. Calculate residuals and manage your merchant portfolio with multiple processors.

Τι είναι το IRIS CRM Sidebar for Gmail;

Το IRIS CRM Sidebar for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον IRIS CRM, και η κύρια λειτουργία του είναι "IRIS CRM is the premier payment industry CRM. Calculate residuals and manage your merchant portfolio with multiple processors.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης IRIS CRM Sidebar for Gmail

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

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

                        Presenting an extension to work with www.iriscrm.com or as a standalone. IRIS CRM’s Gmail extension provides you with the tools you need to grow your business. IRIS CRM is a premier merchant services CRM servicing clients in the payments industry.

FOLLOW UP WITH EASE
Create tasks and reminders right in gmail, so that you never forget to follow up with a prospect. You can also schedule emails to go out at a specific time, so that you never respond too early, or too late.

EMAIL TEMPLATES
Access all of your IRIS CRM templates right in your email composition. Whether it be for a completely new email chain, or for an existing one, you can be more productive, and send out the right response to close that deal faster. 

VOICE RECOGNITION
Whether you are on the move or in the comfort of your desk, you can leverage our powerful voice recognition software, to type your email for you quickly.

COMMUNICATION
Make a phone call or send a text message easily with the click of a button right from Gmail. This way you are more productive, and don’t have to switch pages for a quick talk, making you more productive. 

NEVER GET LOST
Access existing and create new notes about your prospect, so that you never lose track of where you last left off.
 
ADD NEW LEADS TO THE SYSTEM
Got a new inbound prospect over email? Add them to IRIS CRM with the click of a button, and immediately start taking notes, creating tasks, and communicating with them.                    

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

Όνομα IRIS CRM Sidebar for Gmail IRIS CRM Sidebar for Gmail
ID nipjllghpjekpncnnlicbgmpmlahmelk
Επίσημο URL https://chromewebstore.google.com/detail/iris-crm-sidebar-for-gmai/nipjllghpjekpncnnlicbgmpmlahmelk
Περιγραφή IRIS CRM is the premier payment industry CRM. Calculate residuals and manage your merchant portfolio with multiple processors.
Μέγεθος Αρχείου 906 KB
Αριθμός Εγκαταστάσεων 81
Τρέχουσα Έκδοση 0.0.3.3
Τελευταία Ενημέρωση 2023-05-11
Ημερομηνία Δημοσίευσης 2020-06-01
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής IRIS CRM
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.iriscrm.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.iriscrm.com/privacystatement
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IRIS CRM Sidebar for Gmail",
    "description": "IRIS CRM is the premier payment industry CRM. Calculate residuals and manage your merchant portfolio with multiple processors.",
    "short_name": "IRIS CRM",
    "version": "0.0.3.3",
    "background": {
        "scripts": [
            "js\/extension\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "vendor\/inboxsdk\/inboxsdk.js",
                "vendor\/handlebars\/handlebars.min-latest.js",
                "vendor\/flatpickr\/js\/flatpickr.js",
                "vendor\/locutus\/strtotime.js",
                "vendor\/annyang\/annyang.min.js",
                "js\/common\/parser.js",
                "js\/gmail\/vars.js",
                "js\/gmail\/helpers.js",
                "js\/gmail\/content.js",
                "js\/gmail\/user.js",
                "js\/gmail\/lead.js",
                "js\/gmail\/speech.js",
                "js\/gmail\/sidebar.js",
                "js\/gmail\/compose.js",
                "js\/gmail\/thread.js",
                "js\/gmail\/login.js",
                "js\/gmail\/inbox.js"
            ],
            "css": [
                "css\/content.css",
                "vendor\/flatpickr\/css\/flatpickr.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "*:\/\/mail.google.com\/*",
        "*:\/\/*.iriscrm.com\/*"
    ],
    "web_accessible_resources": [
        "html\/content\/*.html",
        "js\/*",
        "vendor\/*",
        "images\/*",
        "sounds\/*"
    ],
    "page_action": {
        "default_popup": "html\/extension\/popup.html",
        "default_icon": "images\/icon\/iriscrm.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.iriscrm.com\/*"
        ]
    },
    "icons": {
        "16": "images\/iriscrm\/16.png",
        "32": "images\/iriscrm\/32.png",
        "48": "images\/iriscrm\/48.png",
        "128": "images\/iriscrm\/128.png"
    },
    "manifest_version": 2
}