BuzzStream Buzzmarker

The BuzzMarker for Chrome Makes Prospecting Faster & Outreach Smarter by Bringing BuzzStream With You, Wherever You Go on the Web.

BuzzStream Buzzmarker क्या है?

BuzzStream Buzzmarker https://buzzstream.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The BuzzMarker for Chrome Makes Prospecting Faster & Outreach Smarter by Bringing BuzzStream With You, Wherever You Go on the Web."।

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

screenshot
screenshot

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

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

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

                        Please Note: This extension works with your BuzzStream account. Don’t have a BuzzStream account yet? You can start a free 14-day trial at BuzzStream.com.

With the BuzzMarker for Chrome, You Can:

*Build Your Little Black Book*
Add websites, people, and links to BuzzStream, make notes, and discover contact information - without ever leaving the site you’re on.

 
*Know What Your Team Knows*
See your team’s history & relationship with influencers and web publishers in one click. Know what they know – and never ask “who knows this person?” again. 

*Find New Opportunities*
Find and qualify placement opportunities directly from lists and prospecting tools with the List Highlighter & Navigator. See which opportunities are already in your BuzzStream account – and which are new. 

Issues with this extension? Get in touch with us at support (at) buzzstream dot com.                    

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

नाम BuzzStream Buzzmarker BuzzStream Buzzmarker
ID difjajjajoeppdgbcbbhbdblblmkcbhp
आधिकारिक URL https://chromewebstore.google.com/detail/buzzstream-buzzmarker/difjajjajoeppdgbcbbhbdblblmkcbhp
विवरण The BuzzMarker for Chrome Makes Prospecting Faster & Outreach Smarter by Bringing BuzzStream With You, Wherever You Go on the Web.
फ़ाइल का आकार 10.01 MB
स्थापना संख्या 13,237
वर्तमान संस्करण 0.1.1170
अंतिम अपडेट 2024-02-28
प्रकाशन तिथि 2020-06-27
रेटिंग 4.23/5 कुल 26 रेटिंग्स
डेवलपर https://buzzstream.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.buzzstream.com/blog/buzzmarker-for-chrome.html
सहायता पृष्ठ URL http://www.buzzstream.com/blog/buzzmarker-for-chrome.html
गोपनीयता नीति पृष्ठ URL https://www.buzzstream.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BuzzStream Buzzmarker",
    "version": "0.1.1170",
    "manifest_version": 2,
    "description": "The BuzzMarker for Chrome Makes Prospecting Faster & Outreach Smarter by Bringing BuzzStream With You, Wherever You Go on the Web.",
    "browser_action": {
        "default_icon": "img\/brand\/icon_off.png"
    },
    "options_page": "html\/options.html",
    "background": {
        "scripts": [
            "runtime.bundle.js",
            "headless-commons.bundle.js",
            "background.bundle.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_permissions": [
        "webRequest"
    ],
    "content_scripts": [
        {
            "js": [
                "runtime.bundle.js",
                "headless-commons.bundle.js",
                "content.bundle.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "html\/app.html",
        "html\/options.html",
        "html\/compose.html",
        "html\/composeV2.html",
        "html\/login.html",
        "html\/nav.html",
        "html\/error.html",
        "css\/page.css",
        "flags.json"
    ],
    "icons": {
        "16": "img\/brand\/icon16.png",
        "48": "img\/brand\/icon48.png"
    }
}