WebExtension.net
WebExtension.net

Api4Com - Extensão para Navegadores

View on Chrome Web Store
View Api4Com - Extensão para Navegadores Chrome Extension on Chrome Web Store
5.0 (2 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Faça sua vida ficar ainda mais fácil com nossa extensão para navegadores
Type
Extension
Users
10,000 users
Website app.api4com.com
silvio.fernandes
View author page of silvio.fernandes
Published
Published on November 29, 2022
Version 4.22.1
Manifest version
3
Updated
Updated on October 31, 2024
View on Chrome Web Store
View Api4Com - Extensão para Navegadores Chrome Extension on Chrome Web Store
productivity/communication
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "4.22.1",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/www.api4com.com\/",
    "author": "Silvio Fernandes ([email protected])",
    "default_locale": "pt_BR",
    "icons": {
        "16": "images\/icons\/logo-16.png",
        "32": "images\/icons\/logo-32.png",
        "48": "images\/icons\/logo-48.png",
        "128": "images\/icons\/logo-128.png"
    },
    "action": {
        "default_popup": "popup-manager.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "images\/icons\/logo-16.png",
            "24": "images\/icons\/logo-24.png",
            "32": "images\/icons\/logo-32.png"
        }
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "permissions": [
        "contextMenus",
        "clipboardRead",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.activehosted.com\/*"
            ],
            "js": [
                "\/content-script-activecampaign.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/*.agendor.com.br\/*"
            ],
            "js": [
                "\/content-script-agendor.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/*.facilitavendas.com\/*"
            ],
            "js": [
                "\/content-script-appfacilita.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/app.exactsales.com.br\/*"
            ],
            "js": [
                "\/content-script-exact-sales-v1.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/app.exactspotter.com\/*"
            ],
            "js": [
                "\/content-script-exact-sales-v2.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/*.safeleads.app\/*"
            ],
            "js": [
                "\/content-script-groner-legacy.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/*.groner.app\/*"
            ],
            "js": [
                "\/content-script-groner.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/app.hubspot.com\/*"
            ],
            "js": [
                "\/content-script-hubspot.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/*.kommo.com\/*"
            ],
            "js": [
                "\/content-script-kommo.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/app.moskitcrm.com\/*"
            ],
            "js": [
                "\/content-script-moskit.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/app.nectarcrm.com.br\/crm\/*"
            ],
            "js": [
                "\/content-script-nectar.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/*.pipedrive.com\/*"
            ],
            "js": [
                "\/content-script-pipedrive.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/app.pipefy.com\/*"
            ],
            "js": [
                "\/content-script-pipefy.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/app.pipe.run\/*"
            ],
            "js": [
                "\/content-script-piperun.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/crm.rdstation.com\/*"
            ],
            "js": [
                "\/content-script-rdstation-crm.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/*.marketingautomation.services\/*"
            ],
            "js": [
                "\/content-script-sharpspring.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/*.zendesk.com\/*"
            ],
            "js": [
                "\/content-script-zendesk.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/*.lightning.force.com\/*"
            ],
            "js": [
                "\/content-script-salesforce.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/*.zoho.com\/*"
            ],
            "js": [
                "\/content-script-zoho.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.activehosted.com\/*",
                "https:\/\/*.agendor.com.br\/*",
                "https:\/\/*.facilitavendas.com\/*",
                "https:\/\/app.exactsales.com.br\/*",
                "https:\/\/app.exactspotter.com\/*",
                "https:\/\/*.safeleads.app\/*",
                "https:\/\/*.groner.app\/*",
                "https:\/\/app.hubspot.com\/*",
                "https:\/\/*.kommo.com\/*",
                "https:\/\/app.moskitcrm.com\/*",
                "https:\/\/app.nectarcrm.com.br\/*",
                "https:\/\/*.pipedrive.com\/*",
                "https:\/\/app.pipefy.com\/*",
                "https:\/\/app.pipe.run\/*",
                "https:\/\/crm.rdstation.com\/*",
                "https:\/\/*.marketingautomation.services\/*",
                "https:\/\/*.zendesk.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.zoho.com\/*"
            ],
            "resources": [
                "css\/api4comContactDialer.css",
                "images\/loading.gif",
                "images\/dialer-button.png",
                "images\/dialer-button-down.png"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top