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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The BuzzMarker for Chrome Makes Prospecting Faster & Outreach Smarter by Bringing BuzzStream With You, Wherever You Go on the Web."입니다.
확장 프로그램 스크린샷
BuzzStream Buzzmarker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |