Outreach Everywhere

Maximize your sales potential, anywhere you go!

Outreach Everywhere क्या है?

Outreach Everywhere https://outreach.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Maximize your sales potential, anywhere you go!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Outreach Everywhere एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The Outreach Everywhere Chrome extension lets the user communicate more effectively inside Gmail, and on top of Salesforce with calling and emailing.

You must have an account on Outreach, and be signed in for the extension to work.                    

एक्सटेंशन की मूल जानकारी

नाम Outreach Everywhere Outreach Everywhere
ID chmpifjjfpeodjljjadlobceoiflhdid
आधिकारिक URL https://chromewebstore.google.com/detail/outreach-everywhere/chmpifjjfpeodjljjadlobceoiflhdid
विवरण Maximize your sales potential, anywhere you go!
फ़ाइल का आकार 7.73 MB
स्थापना संख्या 170,576
वर्तमान संस्करण 2.6.1
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2020-05-22
रेटिंग 2.66/5 कुल 68 रेटिंग्स
डेवलपर https://outreach.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://outreach.io
सहायता पृष्ठ URL https://support.outreach.io
गोपनीयता नीति पृष्ठ URL https://www.outreach.io/legal/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Outreach Everywhere",
    "version": "2.6.1",
    "manifest_version": 2,
    "description": "Maximize your sales potential, anywhere you go!",
    "homepage_url": "https:\/\/outreach.io",
    "permissions": [
        "tabs",
        "storage",
        "declarativeNetRequest",
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/sidebar.outreach.io\/*",
            "*:\/\/web.outreach.io\/*",
            "*:\/\/login.outreach.io\/extension-auth\/*"
        ]
    },
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "all_frames": true,
            "js": [
                "vendor-content.js",
                "gcal.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/contacts.google.com\/*"
            ],
            "all_frames": true,
            "css": [
                "styles\/gmail.css"
            ],
            "js": [
                "vendor-content.js",
                "gmail.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "all_frames": true,
            "js": [
                "vendor-content.js",
                "gmeet.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "all_frames": false,
            "js": [
                "vendor-content.js",
                "linkedin.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.lightning.force.com\/*"
            ],
            "all_frames": true,
            "css": [
                "styles\/salesforceLightning.css"
            ],
            "js": [
                "vendor-content.js",
                "salesforceLightning.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.salesforce.com\/*",
                "*:\/\/*.visualforce.com\/*",
                "*:\/\/*.vf.force.com\/*",
                "*:\/\/*.visual.force.com\/*"
            ],
            "all_frames": false,
            "exclude_globs": [
                "https:\/\/login.*"
            ],
            "css": [
                "styles\/salesforceClassic.css"
            ],
            "js": [
                "vendor-content.js",
                "salesforceClassic.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.dynamics.com\/*"
            ],
            "all_frames": false,
            "css": [
                "styles\/microsoftDynamics.css"
            ],
            "js": [
                "vendor-content.js",
                "microsoftDynamics.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.outreach.io\/*"
            ],
            "include_globs": [
                "https:\/\/web.*",
                "https:\/\/sidebar.*",
                "https:\/\/app??.*",
                "https:\/\/a.web.*"
            ],
            "exclude_globs": [
                "*\/kaia\/live*",
                "*\/k\/live*",
                "*\/mi\/live*"
            ],
            "all_frames": true,
            "js": [
                "outreachAppAddons.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.outreach.io\/*"
            ],
            "include_globs": [
                "https:\/\/web.*",
                "https:\/\/sidebar.*",
                "https:\/\/app??.*",
                "https:\/\/a.web.*"
            ],
            "exclude_globs": [
                "*\/kaia\/live*",
                "*\/k\/live*",
                "*\/mi\/live*"
            ],
            "all_frames": false,
            "js": [
                "vendor-content.js",
                "outreachApp.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.outreach.io\/*"
            ],
            "include_globs": [
                "https:\/\/web.*",
                "https:\/\/sidebar.*",
                "https:\/\/app??.*",
                "https:\/\/a.web.*"
            ],
            "exclude_globs": [
                "*\/kaia\/live*",
                "*\/k\/live*",
                "*\/mi\/live*"
            ],
            "all_frames": true,
            "js": [
                "vendor-content.js",
                "bridge.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/accounts.outreach.io\/users\/sign_in",
                "https:\/\/accounts.outreach.io\/users\/sign_in\/",
                "https:\/\/login.outreach.io\/logout",
                "https:\/\/login.outreach.io\/logout\/*"
            ],
            "all_frames": false,
            "js": [
                "accounts.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/localhost\/*"
            ],
            "include_globs": [
                "*\/mail.google.com\/*"
            ],
            "all_frames": true,
            "css": [
                "styles\/gmail.css"
            ],
            "js": [
                "vendor-content.js",
                "gmail.js"
            ],
            "run_at": "document_end"
        }
    ],
    "devtools_page": "devtools\/index.html",
    "browser_action": {
        "default_icon": {
            "19": "img\/19.png",
            "38": "img\/38.png"
        }
    },
    "web_accessible_resources": [
        "orca-container.html",
        "gmail-event-proxy.js",
        "gmail-globals.js",
        "sfdc-tab-navigation.js",
        "outreach-globals.js",
        "img\/tracking.gif",
        "iframe-sidebar-container.html",
        "*.woff",
        "*.woff2"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "openTracking",
                "enabled": true,
                "path": "rules\/openTracking.json"
            }
        ]
    }
}