Akkompany

A companion browser extension for the Akkompany app

Vad är Akkompany?

Akkompany är en Chrome-tillägg utvecklad av https://akkompany.com, och dess huvudfunktion är "A companion browser extension for the Akkompany app".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Akkompany-förlängningens CRX-fil

Ladda ner Akkompany-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

                        Akkompany is a real-time sales coach that helps you build the skills to be successful!

Use Akkompany to build stronger relationships, hit promotion faster, book more leads, and close more deals. 

Akkompany's real time AI gives you feedback in-call so you can always have a pulse on the conversation.

How it works
1️⃣ Download the Akkompany app from https://akkompany.com 
2️⃣ Install the Chrome extension
3️⃣ Akkompany will launch whenever you start a call! 

Akkompany supports auto-tracking across these platforms: 
1. Zoom
2. Google Meet
3. Microsoft Teams
4. AWS Chime
5. Salesloft
6. Outreach
7. Hubspot
8. Salesforce                    

Grundläggande Information om Tillägg

Namn Akkompany Akkompany
ID iijcbgmfpojkcoipfmijkbjcbbjmbbfd
Officiell webbadress https://chromewebstore.google.com/detail/akkompany/iijcbgmfpojkcoipfmijkbjcbbjmbbfd
Beskrivning A companion browser extension for the Akkompany app
Filstorlek 145 KB
Antal Installationer 30
Aktuell Version 0.1.4
Senast Uppdaterad 2022-08-24
Publiceringsdatum 2021-10-18
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://akkompany.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://akkompany.com
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/akkompany.com",
    "version": "0.1.4",
    "manifest_version": 2,
    "default_locale": "en",
    "minimum_chrome_version": "31",
    "incognito": "split",
    "permissions": [
        "notifications",
        "nativeMessaging",
        "storage",
        "alarms",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.segment.com; object-src 'self'",
    "icons": {
        "128": "assets\/img\/128x128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/akkompany.com\/*"
            ],
            "js": [
                "js\/apps\/akkompany.js"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/zoom.us\/j\/*",
                "*:\/\/zoom.us\/s\/*",
                "*:\/\/*.zoom.us\/a\/*",
                "*:\/\/*.zoom.us\/b\/*",
                "*:\/\/*.zoom.us\/c\/*",
                "*:\/\/*.zoom.us\/d\/*",
                "*:\/\/*.zoom.us\/e\/*",
                "*:\/\/*.zoom.us\/f\/*",
                "*:\/\/*.zoom.us\/g\/*",
                "*:\/\/*.zoom.us\/h\/*",
                "*:\/\/*.zoom.us\/i\/*",
                "*:\/\/*.zoom.us\/j\/*",
                "*:\/\/*.zoom.us\/k\/*",
                "*:\/\/*.zoom.us\/l\/*",
                "*:\/\/*.zoom.us\/m\/*",
                "*:\/\/*.zoom.us\/n\/*",
                "*:\/\/*.zoom.us\/o\/*",
                "*:\/\/*.zoom.us\/p\/*",
                "*:\/\/*.zoom.us\/q\/*",
                "*:\/\/*.zoom.us\/r\/*",
                "*:\/\/*.zoom.us\/s\/*",
                "*:\/\/*.zoom.us\/t\/*",
                "*:\/\/*.zoom.us\/u\/*",
                "*:\/\/*.zoom.us\/v\/*",
                "*:\/\/*.zoom.us\/w\/*",
                "*:\/\/*.zoom.us\/x\/*",
                "*:\/\/*.zoom.us\/y\/*",
                "*:\/\/*.zoom.us\/z\/*",
                "*:\/\/*.zoom.us\/wc\/join*"
            ],
            "js": [
                "js\/apps\/zoom.js"
            ]
        },
        {
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/apps\/google-meet.js"
            ]
        },
        {
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                "*:\/\/teams.microsoft.com\/*"
            ],
            "js": [
                "js\/apps\/ms-teams.js"
            ]
        },
        {
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.chime.aws\/*"
            ],
            "js": [
                "js\/apps\/aws-chime.js"
            ]
        },
        {
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                "*:\/\/meet.goto.com\/*"
            ],
            "js": [
                "js\/apps\/goto.js"
            ]
        },
        {
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                "*:\/\/app.salesloft.com\/*"
            ],
            "js": [
                "js\/apps\/salesloft.js"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.outreach.io\/*"
            ],
            "js": [
                "js\/apps\/outreach.js"
            ]
        },
        {
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                "*:\/\/app.hubspot.com\/*"
            ],
            "js": [
                "js\/apps\/hubspot.js"
            ]
        },
        {
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.ringcentral.com\/*"
            ],
            "js": [
                "js\/apps\/ringcentral.js"
            ]
        },
        {
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                "*:\/\/dialpad.com\/*"
            ],
            "js": [
                "js\/apps\/dialpad.js"
            ]
        },
        {
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                "*:\/\/app.groove.co\/*"
            ],
            "js": [
                "js\/apps\/groove.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/app.ringdna.net\/*"
            ],
            "js": [
                "js\/apps\/revenueio.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.phoneburner.com\/*"
            ],
            "js": [
                "js\/apps\/phoneburner.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.orum.com\/*"
            ],
            "js": [
                "js\/apps\/orum.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.kixie.com\/*"
            ],
            "js": [
                "js\/apps\/kixie.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.salesforce.com\/*",
                "*:\/\/*.force.com\/*"
            ],
            "js": [
                "js\/apps\/salesforce.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/crm.zoho.com\/*"
            ],
            "js": [
                "js\/apps\/zoho.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.myfreshworks.com\/crm\/*"
            ],
            "js": [
                "js\/apps\/freshsales.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/app.apollo.io\/*"
            ],
            "js": [
                "js\/apps\/apollo.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "js\/apps\/linkedin.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "assets\/img\/16x16.png",
            "24": "assets\/img\/24x24.png",
            "32": "assets\/img\/32x32.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "pages\/options.html"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAovZjMfhQHnkSP8V6l33zd\/wuObeV57tVRJ6b6VQxsKALE7WaMLUC3ZuMD4lYVS+DQ1FZzZEv8GlqCy6D8aPWubBnjabNQz3MXeXGTfeayk6TiVD0O5yYlj8hp40fxUZ+xQG8biuu81Dem1C++LPMvc0RKW+zNUF6nELMSDdbDa2BLYZGYOFSyyKaxj\/eOh6SvPucVTaGzzrL49z0rPYNbpAd8ZcDKh4qjfR1yXNsY8hiKkm2lyd80Ow2cc9359063Dgg82ppQt0zPsjd3Mk6ShauasKcinLfhhWcnkop6j5ZpSkooovLU2kXl4hSpusFcTZXU17U1awfP3xQydUiGQIDAQAB"
}