Bernie PB
Updates your BerniePB call stats as you use the Bernie dialer.
Bernie PB란 무엇입니까?
Bernie PB은(는) https://berniepb.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Updates your BerniePB call stats as you use the Bernie dialer."입니다.
확장 프로그램 스크린샷
Bernie PB 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
BerniePB.com is a website that, among other things, lets you track how many phone banking calls you've made for the Bernie Sanders campaign on a computer through the Bernie Dialer. This extension listens for when you've "saved" a call, and updates your statistics on Bernie PB accordingly. You will need to be logged in to Bernie PB for this extension to track your calls properly. Please make sure you have this extension installed, have an account on BerniePB.com, and are logged in to Bernie PB before you log in to the Bernie Dialer! Note: Bernie PB was created by grassroots coders, and is not officially associated with the Bernie 2020 campaign. Privacy policy: https://www.berniepb.com/privacy/
확장 프로그램 기본 정보
이름 | Bernie PB |
ID | ippaapoiolpdkljaeicdcjilfdimgklb |
공식 URL | https://chromewebstore.google.com/detail/bernie-pb/ippaapoiolpdkljaeicdcjilfdimgklb |
설명 | Updates your BerniePB call stats as you use the Bernie dialer. |
파일 크기 | 120 KB |
설치 횟수 | 705 |
현재 버전 | 1.0.24 |
최근 업데이트 | 2020-03-18 |
출시 날짜 | 2020-03-17 |
평점 | 4.68/5 총 22 개의 평점 |
개발자 | https://berniepb.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.berniepb.com |
도움말 페이지 URL | https://www.berniepb.com/help/ |
개인정보 보호 정책 페이지 URL | https://www.berniepb.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bernie PB", "version": "1.0.24", "description": "Updates your BerniePB call stats as you use the Bernie dialer.", "browser_action": { "name": "Bernie PB", "icons": [ "icon_v2_250.png" ], "default_icon": "icon_v2_250.png", "default_popup": "popup.html" }, "icons": { "16": "icon_v2_16.png", "48": "icon_v2_48.png", "128": "icon_v2_128.png" }, "permissions": [ "cookies", "https:\/\/www.berniepb.com\/", "storage" ], "background": { "scripts": [ "jquery-3.3.1.min.js", "common.js", "background.js", "bg_locale_fetch.js" ] }, "content_scripts": [ { "js": [ "jquery-3.3.1.min.js", "common.js", "content_script.js" ], "matches": [ "*:\/\/*.openvpb.com\/*", "*:\/\/www.berniepb.com\/*", "*:\/\/*.livevox.com\/*", "*:\/\/*.callhub.io\/*" ] } ], "manifest_version": 2 } |