ActiveCampaign

View ActiveCampaign contact information from anywhere on the Web.

Τι είναι το ActiveCampaign;

Το ActiveCampaign είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.activecampaign.com, και η κύρια λειτουργία του είναι "View ActiveCampaign contact information from anywhere on the Web.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Bring ActiveCampaign into your Gmail inbox!
Meaningfully connect and engage with your customers. Go beyond sales automation to optimize your customers’ experiences — while closing more deals, faster.

The ActiveCampaign extension brings the power of ActiveCampaign’s customer experience automation into your Gmail inbox. Seamlessly manage your marketing and sales processes, and control your email marketing, marketing automation, and CRM without even switching tabs.

A CRM THAT STAYS UP TO DATE & ORGANIZED
As you qualify your leads and opportunities, you can automatically create a new deal record in ActiveCampaign. As the deal progresses, you can move it through the stages of your pipeline. As you collect additional information about the contact or opportunity you can add that information to their contact record. You’ll never have to worry if your CRM is current. 

THE DATA YOU NEED, WHEN YOU NEED IT
Have all your contact data at your fingertips, right in your inbox next to the message you are typing. You’ll see your contact’s social network profiles, any tags you’ve applied, custom field values, any automated processes they are currently involved in, and open deal records associated with them. 

TIME-SAVING AUTOMATION MADE EASY
Without leaving Gmail, you’ll be able to trigger sequences of automated actions. When you learn what product a prospect is interested in, you can drop them into an automated follow-up sequence with targeted content and offers to move your sales process along faster. If a contact schedules an appointment, you can drop them into an automation that automatically reminds them one hour before and then follows-up with them after to see if they have any additional questions. Choose from hundreds of pre-built automations that you can use with just a few clicks.

LEARN MORE
Learn more about ActiveCampaign’s CRM functionality at: http://www.activecampaign.com/crm/

CUSTOMER SUPPORT
If you have a suggestion or concern, please visit and send us a message: http://www.activecampaign.com/contact/ We’ll respond quickly. 

ActiveCampaign's category-defining Customer Experience Automation Platform (CXA) helps over 150,000 businesses in 170 countries meaningfully engage with their customers. The platform gives businesses of all sizes access to 750+ pre-built automations that combine transactional email and email marketing, marketing automation and CRM for powerful segmentation and personalization across social, email, messaging, chat and text. Over 70% of ActiveCampaign's customers use its 870+ integrations including Microsoft, Shopify, Square, Facebook and Salesforce. ActiveCampaign scores higher in customer satisfaction than any other solution in Marketing Automation, CRM and E-Commerce Personalization on G2.com and is the Top Rated Email Marketing Software on TrustRadius. Pricing starts at just $9/month. Start a free trial at ActiveCampaign.com.                    

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

Όνομα ActiveCampaign ActiveCampaign
ID ilgclabmhgbhfoohngmjadlfmbagmlnf
Επίσημο URL https://chromewebstore.google.com/detail/activecampaign/ilgclabmhgbhfoohngmjadlfmbagmlnf
Περιγραφή View ActiveCampaign contact information from anywhere on the Web.
Μέγεθος Αρχείου 1.59 MB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 5.14.31
Τελευταία Ενημέρωση 2024-02-14
Ημερομηνία Δημοσίευσης 2020-06-29
Αξιολόγηση 3.88/5 Συνολικά 172 Αξιολογήσεις
Προγραμματιστής https://www.activecampaign.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.activecampaign.com/chrome/
Διεύθυνση URL της Σελίδας Βοήθειας http://www.activecampaign.com/contact/
URL της Σελίδας Πολιτικής Απορρήτου https://www.activecampaign.com/legal/privacy-policy
Υποστηριζόμενες Γλώσσες id,de,en,fr,nl,es,it,hu,pl,sl,cs,bg,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "5.14.31",
    "default_locale": "en",
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": "assets\/images\/ACIcon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "lib\/inboxsdk.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "*:\/\/*\/html\/options.html\/"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "assets\/images\/ACIcon16.png",
        "48": "assets\/images\/ACIcon48.png",
        "128": "assets\/images\/ACIcon128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "https:\/\/mail.google.com\/*",
        "https:\/\/inbox.google.com\/*",
        "https:\/\/*.googleusercontent.com\/proxy\/*",
        "https:\/\/*.lt.acemlna.com\/Prod\/link-tracker?c=0&*&l=open*",
        "https:\/\/*.com\/lt.php?c=0&*",
        "https:\/\/*.com\/lt.php?x=*",
        "https:\/\/*\/*\/link-tracker?c=0&*"
    ],
    "web_accessible_resources": [
        "_locales",
        "assets\/*",
        "\/*.js",
        "\/*.html",
        "lib\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}