Cirrus Insight

Cirrus Insight brings professional email tools to your inbox to boost your productivity and help you conquer email.

Τι είναι το Cirrus Insight;

Το Cirrus Insight είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://cirrusinsight.com, και η κύρια λειτουργία του είναι "Cirrus Insight brings professional email tools to your inbox to boost your productivity and help you conquer email.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        - Email and Attachment Tracking
- Email Templates
- Schedule Meetings with one email
- Set Follow-Up Reminders
- View Contact and Account Information in Cirrus Insight
- Schedule an Email to Send Later
- Flight Plans drip campaigns and reminders

* Email Power Tools *

Know what happens after you send and email. The Cirrus Insight platform features include: Send Later, Open Alerts, Reply Tracking, Follow-ups, Templates, and Mail Merge at your fingertips. And all of these sales activities stream into Salesforce so you can make more deals happen faster.

* Attachment Tracking *

Know what happens to your presentations, proposals, pitch decks or sales collateral after you hit send. Attach tracks how prospects engage with it. Understand which collateral closes deals.

* Salesforce Where You Work *

Use Salesforce? Get Instant Salesforce intelligence displayed next to every email in Gmail. Create and update Leads, Contacts, Accounts, Opportunities, Cases, Tasks, and more (even custom objects) right from your inbox.

* Sync Emails and Calendar Events the Smart Way *

Click a button to sync your emails and calendar events to Salesforce, and we'll automatically relate them to matching records. You can also relate them to any custom object and even save email attachments into the Chatter feed.

* Schedule a Meeting with just one Email *

Send your available time slots to prospects and customers by email. When they click on a time, the meeting is added to both calendars. Or send your calendar link to display available time slots and let prospects select a time to meet.

* About Cirrus Insight *

250,000 professionals use Cirrus Insight to increase productivity in Gmail and Outlook. Fortune 500 companies and freelancers use Cirrus Insight for email tracking, email templates, drip campaigns, follow up reminders, meeting scheduling, and world-class Salesforce integration. Inc. Magazine ranked Cirrus Insight #41 on its “Inc. 500” list of fastest-growing companies in the United States.
  - Inc. #41 in 2016
  - 5,000 customers
  - 250,000 users

* Contact Us *

Start a free 14-day trial, join a webinar, or schedule a 1:1 live demonstration at www.cirrusinsight.com
Or email us at [email protected]                    

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

Όνομα Cirrus Insight Cirrus Insight
ID kohihleiencpadoaakajafdlmcimglea
Επίσημο URL https://chromewebstore.google.com/detail/cirrus-insight/kohihleiencpadoaakajafdlmcimglea
Περιγραφή Cirrus Insight brings professional email tools to your inbox to boost your productivity and help you conquer email.
Μέγεθος Αρχείου 105 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 5.4.1
Τελευταία Ενημέρωση 2023-04-27
Ημερομηνία Δημοσίευσης 2020-04-20
Αξιολόγηση 4.04/5 Συνολικά 170 Αξιολογήσεις
Προγραμματιστής https://cirrusinsight.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.cirrusinsight.com
Διεύθυνση URL της Σελίδας Βοήθειας http://support.cirrusinsight.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.cirrusinsight.com/trust
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cirrus Insight",
    "short_name": "CI",
    "version": "5.4.1",
    "manifest_version": 2,
    "description": "Cirrus Insight brings professional email tools to your inbox to boost your productivity and help you conquer email.",
    "permissions": [
        "notifications",
        "storage",
        "background",
        "https:\/\/secure3.cirrusinsight.com\/",
        "https:\/\/secure3.cirrusinsight.com\/appui\/",
        "https:\/\/s3.amazonaws.com\/cirruspath-fiveo\/",
        "https:\/\/s3.amazonaws.com\/cirruspath-fiveo\/gmail\/",
        "http:\/\/mail.google.com\/",
        "https:\/\/mail.google.com\/",
        "tabs",
        "https:\/\/www.google.com\/_\/chrome\/newtab*",
        "https:\/\/www.google.com\/calendar\/*",
        "https:\/\/calendar.google.com\/*",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.googleusercontent.com\/"
    ],
    "optional_permissions": [],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "ci-injector.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "firebase-app.js",
            "firebase-messaging.js",
            "once.js",
            "apiRequest.js",
            "api.js",
            "urlHandler.js",
            "translations.js",
            "ciTabs.js",
            "tabs.js",
            "gcm.js",
            "background.js",
            "crypto-js.js"
        ],
        "persistence": false
    },
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "web_accessible_resources": [
        "logo_128.png",
        "inner_iframe.html",
        "appLogin.html",
        "ci-context.js",
        "fileUpload.html"
    ],
    "homepage_url": "http:\/\/www.cirrusinsight.com"
}