BuzzStream Buzzmarker

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

BuzzStream Buzzmarker là gì?

BuzzStream Buzzmarker là một tiện ích mở rộng Chrome được phát triển bởi https://buzzstream.com, và tính năng chính của nó là "The BuzzMarker for Chrome Makes Prospecting Faster & Outreach Smarter by Bringing BuzzStream With You, Wherever You Go on the Web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BuzzStream Buzzmarker

Tải xuống các tệp mở rộng BuzzStream Buzzmarker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BuzzStream Buzzmarker BuzzStream Buzzmarker
ID difjajjajoeppdgbcbbhbdblblmkcbhp
URL Chính Thức https://chromewebstore.google.com/detail/buzzstream-buzzmarker/difjajjajoeppdgbcbbhbdblblmkcbhp
Mô tả The BuzzMarker for Chrome Makes Prospecting Faster & Outreach Smarter by Bringing BuzzStream With You, Wherever You Go on the Web.
Kích Thước Tệp 10.01 MB
Số Lần Cài Đặt 13,237
Phiên Bản Hiện Tại 0.1.1170
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2020-06-27
Đánh Giá 4.23/5 Tổng số 26 Đánh Giá
Nhà Phát Triển https://buzzstream.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.buzzstream.com/blog/buzzmarker-for-chrome.html
URL Trang Trợ Giúp http://www.buzzstream.com/blog/buzzmarker-for-chrome.html
URL Trang Chính Sách Bảo Mật https://www.buzzstream.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}