Act-On Anywhere

Sales and Marketing Acceleration.

What is Act-On Anywhere?

Act-On Anywhere is a Chrome extension developed by Act-On Software, and its main feature is "Sales and Marketing Acceleration.".

Extension Screenshots

screenshot

Download Act-On Anywhere Extension CRX File

Download Act-On Anywhere extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Act-On Anywhere Act-On Anywhere
ID mdkealgdmlepifhemklmfmdniakiikgp
Official URL https://chromewebstore.google.com/detail/act-on-anywhere/mdkealgdmlepifhemklmfmdniakiikgp
Description Sales and Marketing Acceleration.
File Size 694 KB
Installation Count 919
Current Version 2.75
Last Updated 2023-12-05
Publish Date 2019-09-26
Rating 3.75/5 Total 8 Ratings
Developer Act-On Software
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.act-on.com/privacy-policy
Supported Languages 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"
}