Act-On Anywhere

Sales and Marketing Acceleration.

Apa itu Act-On Anywhere?

Act-On Anywhere adalah ekstensi Chrome yang dikembangkan oleh Act-On Software, dan fitur utamanya adalah "Sales and Marketing Acceleration.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Act-On Anywhere

Unduh file ekstensi Act-On Anywhere dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Act-On Anywhere Act-On Anywhere
ID mdkealgdmlepifhemklmfmdniakiikgp
URL Resmi https://chromewebstore.google.com/detail/act-on-anywhere/mdkealgdmlepifhemklmfmdniakiikgp
Deskripsi Sales and Marketing Acceleration.
Ukuran File 694 KB
Jumlah Instalasi 919
Versi Saat Ini 2.75
Terakhir Diperbarui 2023-12-05
Tanggal Publikasi 2019-09-26
Penilaian 3.75/5 Total 8 Penilaian
Pengembang Act-On Software
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.act-on.com/privacy-policy
Bahasa yang Didukung 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"
}