Act-On Anywhere

Sales and Marketing Acceleration.

Qu'est-ce que Act-On Anywhere ?

Act-On Anywhere est une extension Chrome développée par Act-On Software, et sa fonction principale est "Sales and Marketing Acceleration.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Act-On Anywhere

Téléchargez les fichiers d'extension Act-On Anywhere au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Having to use multiple systems to accomplish set goals has always been a challenge, with 83% of marketers citing fragmented systems as the most vexing issue they face. 

Act-On Anywhere solves that problem. It provides sales intelligence and critical marketing automation functionality to sales and marketing users without requiring them to log into the Act-On instance.

Take Act-On with you as you prospect LinkedIn and understand how your extended network interacts with your company’s web properties and content. Get more insight into their behaviors and interests with the click of a button. 

You can do this in Gmail too, search for an email contact and pull up their activity history. The intelligence is at your fingertips wherever you browse and prospect online. 

Receive alerts in real-time when a prospect opens your email or clicks on a link - seamlessly, and without the recipient knowing.  

Do you use Wordpress, Drupal or Joobla to create your website? We got you covered there too! 

You can pull in assets, forms, buttons, landing pages -- you name it, from Act-On with a click of the power-on glyph from within your CMS environment and HootSuite platform, and create trackable call to actions easily!

If you want to accelerate your sales process and make your prospecting efforts more efficient, or if you need marketing automation functionality embedded into your CMS or social publishing platforms -- you have found your match.

Features for marketers:
- Access Act-On assets, forms, landing pages and content while creating content in your CMS
- Works with WordPress, Joomla, Drupal and others
- View SEO audits of your web pages targeted at specific key words

Features for salespeople:
- Access marketing timeline for any customer or prospect at any time
- Use Act-On templates and include assets, forms, landing pages and content in outgoing emails
- Track emails sent out via Gmail in your Act-On instance
- Receive alerts when your recipients open your email or click on embedded links                    

Informations de Base sur l'Extension

Nom Act-On Anywhere Act-On Anywhere
ID mdkealgdmlepifhemklmfmdniakiikgp
URL Officiel https://chromewebstore.google.com/detail/act-on-anywhere/mdkealgdmlepifhemklmfmdniakiikgp
Description Sales and Marketing Acceleration.
Taille du Fichier 694 KB
Nombre d'Installations 919
Version Actuelle 2.75
Dernière Mise à Jour 2023-12-05
Date de Publication 2019-09-26
Évaluation 3.75/5 Total 8 Évaluations
Développeur Act-On Software
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.act-on.com/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Act-On Anywhere",
    "description": "Sales and Marketing Acceleration.",
    "version": "2.75",
    "icons": {
        "16": "img\/logo\/logo16.png",
        "48": "img\/logo\/logo.png",
        "128": "img\/logo\/logo128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "clipboardWrite",
        "storage",
        "unlimitedStorage",
        "notifications",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "hbs\/*",
        "img\/*",
        "css\/*",
        "js\/*",
        "fonts\/*.*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/lib\/jquery\/jquery-1.11.0.min.js",
                "js\/lib\/handlebars.js",
                "js\/lib\/jquery\/jquery.endless-scroll.js",
                "js\/HandlebarHelpers.js",
                "js\/constants.js",
                "js\/contentscript\/aolibrary\/contentDialogUI.js",
                "js\/utils.js",
                "js\/contentscript\/aolibrary\/contentscript.js"
            ],
            "css": [
                "css\/lib\/google.font.css",
                "css\/lib\/bootstrap.min.css",
                "css\/lib\/font-awesome.min.css",
                "css\/aologo.css",
                "css\/act-on_style_folder.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/lib\/lru.js",
                "js\/contentscript\/timeline\/timeline.js"
            ],
            "css": [
                "css\/main.css",
                "css\/lib\/font-awesome.min.css",
                "css\/aologo.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/lib\/jquery\/jquery-1.11.0.min.js",
                "js\/lib\/jquery\/jquery.ba-bbq.min.js",
                "js\/lib\/gmailr.js",
                "js\/contentscript\/gmail\/event_monitor.js",
                "js\/lib\/yepnope.1.5.4-min.js",
                "js\/lib\/bootstrap.js",
                "js\/lib\/jquery\/jquery.visible.js",
                "js\/lib\/dialog.js",
                "js\/lib\/css_inliner.js",
                "js\/contentscript\/gmail\/gmail_compose.js",
                "js\/contentscript\/templateUtil.js"
            ],
            "css": [
                "css\/lib\/dialog.css",
                "css\/lib\/font-awesome.min.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/outlook.office.com\/*"
            ],
            "js": [
                "js\/lib\/yepnope.1.5.4-min.js",
                "js\/utils.js",
                "js\/lib\/dialog.js",
                "js\/lib\/css_inliner.js",
                "js\/contentscript\/office365\/load.js",
                "js\/lib\/jquery\/jquery.visible.js",
                "js\/contentscript\/office365\/compose.js",
                "js\/contentscript\/templateUtil.js"
            ],
            "css": [
                "css\/lib\/dialog.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "img\/logo\/acton-disabled.png",
        "default_title": "Act-On",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/lib\/jquery\/jquery-1.11.0.min.js",
            "js\/lib\/socket.io.js",
            "js\/constants.js",
            "js\/common.js",
            "js\/background\/background.js",
            "js\/utils.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "options_page": "options.html"
}