FunnelFLARE

FunnelFLARE Sales Process Automation tracks emails, provides notifications on site visits, enables calls from your browser.

Vad är FunnelFLARE?

FunnelFLARE är en Chrome-tillägg utvecklad av https://funnelflare.io, och dess huvudfunktion är "FunnelFLARE Sales Process Automation tracks emails, provides notifications on site visits, enables calls from your browser.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

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

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

                        FunnelFLARE is a chrome extension that provides gmail tracking and is an outbound sales dialer. Combining this chrome extension with a FunnelFLARE account will enable you to make sales calls directly from your browser.

The FunnelFLARE chrome extension provides information directly to your sales CRM.                    

Grundläggande Information om Tillägg

Namn FunnelFLARE FunnelFLARE
ID edgbkmgojnjgheeinddonjamfegmneok
Officiell webbadress https://chromewebstore.google.com/detail/funnelflare/edgbkmgojnjgheeinddonjamfegmneok
Beskrivning FunnelFLARE Sales Process Automation tracks emails, provides notifications on site visits, enables calls from your browser.
Filstorlek 4.52 MB
Antal Installationer 150
Aktuell Version 5.2.0
Senast Uppdaterad 2024-01-20
Publiceringsdatum 2020-05-27
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://funnelflare.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://funnelflare.io
Hjälpsida URL https://support.funnelflare.io
URL till Sekretesspolicy Sidan https://funnelflare.io/privacy-policy
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FunnelFLARE",
    "description": "FunnelFLARE Sales Process Automation tracks emails, provides notifications on site visits, enables calls from your browser.",
    "version": "5.2.0",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "contextMenus",
        "alarms",
        "scripting",
        "gcm"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/outlook.live.com\/*",
        "https:\/\/outlook.office365.com\/*",
        "https:\/\/outlook.office.com\/*",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.funnelflare.io\/*",
        "https:\/\/*.activedemand.com\/*",
        "https:\/\/*.pipedrive.com\/*",
        "https:\/\/app.pipelinedeals.com\/*",
        "https:\/\/app.pipelinecrm.com\/*",
        "https:\/\/account.enquiresolutions.com\/*",
        "https:\/\/*.salesforce.com\/*",
        "https:\/\/*.lightning.force.com\/*",
        "https:\/\/*.cloudforce.com\/*",
        "https:\/\/*.nocrm.io\/*",
        "https:\/\/app.nimble.com\/*",
        "https:\/\/*.freshsales.io\/*",
        "https:\/\/*.myfreshworks.com\/*",
        "https:\/\/*.sherpacrm.com\/*",
        "https:\/\/*.dynamics.com\/*",
        "https:\/\/*.zoho.com\/*",
        "https:\/\/*.eldermark.io\/*",
        "https:\/\/*.welcomehomesoftware.com\/*",
        "https:\/\/*.yardipcv.com\/*",
        "https:\/\/calendar.google.com\/*"
    ],
    "optional_permissions": [],
    "optional_host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        },
        {
            "resources": [
                "\/contentscripts\/GmailApi.js",
                "\/libs\/vendor_libs.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "background_sw.js"
    },
    "action": {
        "default_icon": "img\/logo.png",
        "default_title": "FunnelFLARE",
        "default_popup": "pages\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "all_frames": false,
            "js": [
                "libs\/vendor_libs.js",
                "\/contentscripts\/GmailApi.js",
                "libs\/fa_libs.js",
                "libs\/ext_libs.js",
                "\/contentscripts\/GmailTrackingAndTemplates.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "libs\/vendor_libs.js",
                "libs\/fa_libs.js",
                "libs\/ext_libs.js",
                "\/contentscripts\/LinkedinAutoadd.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/outlook.live.com\/*",
                "https:\/\/outlook.office365.com\/*",
                "https:\/\/outlook.office.com\/*"
            ],
            "js": [
                "libs\/vendor_libs.js",
                "libs\/fa_libs.js",
                "libs\/ext_libs.js",
                "\/contentscripts\/OutlookTrackingAndTemplates.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.funnelflare.io\/*"
            ],
            "js": [
                "libs\/vendor_libs.js",
                "libs\/fa_libs.js",
                "libs\/ext_libs.js",
                "contentscripts\/BridgeConnector.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "libs\/vendor_libs.js",
                "libs\/fa_libs.js",
                "libs\/ext_libs.js",
                "contentscripts\/LinkedinIframeAutomation.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.yardipcv.com\/*"
            ],
            "js": [
                "contentscripts\/YardiTinymceFix.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/outlook.live.com\/*",
                "https:\/\/outlook.office365.com\/*",
                "https:\/\/outlook.office.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.funnelflare.io\/*",
                "https:\/\/*.activedemand.com\/*",
                "https:\/\/*.pipedrive.com\/*",
                "https:\/\/app.pipelinedeals.com\/*",
                "https:\/\/app.pipelinecrm.com\/*",
                "https:\/\/account.enquiresolutions.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.cloudforce.com\/*",
                "https:\/\/*.nocrm.io\/*",
                "https:\/\/app.nimble.com\/*",
                "https:\/\/*.freshsales.io\/*",
                "https:\/\/*.myfreshworks.com\/*",
                "https:\/\/*.sherpacrm.com\/*",
                "https:\/\/*.dynamics.com\/*",
                "https:\/\/*.zoho.com\/*",
                "https:\/\/*.eldermark.io\/*",
                "https:\/\/*.welcomehomesoftware.com\/*",
                "https:\/\/*.yardipcv.com\/*",
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "libs\/vendor_libs.js",
                "libs\/tinymce_libs.js",
                "libs\/fa_libs.js",
                "libs\/ext_libs.js",
                "contentscripts\/CrmIntegration.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    }
}