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ファイルをダウンロード
Bernie PB拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } |