Act-On Anywhere

Sales and Marketing Acceleration.

Vad är Act-On Anywhere?

Act-On Anywhere är en Chrome-tillägg utvecklad av Act-On Software, och dess huvudfunktion är "Sales and Marketing Acceleration.".

Tilläggsskärmbilder

screenshot

Ladda ner Act-On Anywhere-förlängningens CRX-fil

Ladda ner Act-On Anywhere-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Act-On Anywhere Act-On Anywhere
ID mdkealgdmlepifhemklmfmdniakiikgp
Officiell webbadress https://chromewebstore.google.com/detail/act-on-anywhere/mdkealgdmlepifhemklmfmdniakiikgp
Beskrivning Sales and Marketing Acceleration.
Filstorlek 694 KB
Antal Installationer 919
Aktuell Version 2.75
Senast Uppdaterad 2023-12-05
Publiceringsdatum 2019-09-26
Betyg 3.75/5 Totalt 8 Betyg
Utvecklare Act-On Software
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.act-on.com/privacy-policy
Stödda Språk 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"
}