WhereCall
Find out where a phone call came from and anonymously report telemarketing calls, fraudulent calls and scam calls.
Was ist WhereCall?
WhereCall ist eine Chrome-Erweiterung, die von http://wherecall.com entwickelt wurde, und ihr Hauptmerkmal ist "Find out where a phone call came from and anonymously report telemarketing calls, fraudulent calls and scam calls.".
Erweiterungsscreenshots
WhereCall-Erweiterungs-CRX-Datei herunterladen
Laden Sie WhereCall-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ojlnnpjpjjifckmcagnajkkfcilogpel |
Offizielle URL | https://chrome.google.com/webstore/detail/wherecall/ojlnnpjpjjifckmcagnajkkfcilogpel |
Beschreibung | Find out where a phone call came from and anonymously report telemarketing calls, fraudulent calls and scam calls. |
Dateigröße | 723 KB |
Installationsanzahl | 118 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2016-08-27 |
Veröffentlichungsdatum | 2016-08-27 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://wherecall.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |