WhereCall
Find out where a phone call came from and anonymously report telemarketing calls, fraudulent calls and scam calls.
WhereCallとは何ですか?
WhereCallはhttp://wherecall.comによって開発されたChromeの拡張機能で、その主な機能は「Find out where a phone call came from and anonymously report telemarketing calls, fraudulent calls and scam calls.」です。
拡張機能のスクリーンショット
WhereCall拡張機能のCRXファイルをダウンロード
WhereCall拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WhereCall, the premiere free reverse phone lookup service, built by its users for its users. With thousands of daily user contributions, we are compiling the largest free public directory of phone numbers with better information that is more accurate than the rest.
拡張機能の基本情報
名前 | |
ID | ojlnnpjpjjifckmcagnajkkfcilogpel |
公式URL | https://chrome.google.com/webstore/detail/wherecall/ojlnnpjpjjifckmcagnajkkfcilogpel |
説明 | Find out where a phone call came from and anonymously report telemarketing calls, fraudulent calls and scam calls. |
ファイルサイズ | 723 KB |
インストール数 | 118 |
現在のバージョン | 1.0.3 |
最終更新日 | 2016-08-27 |
公開日 | 2016-08-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://wherecall.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.3", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "wherecall", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/fonts.googleapis.com https:\/\/wherecall.com; object-src 'self'" } |