WhoCalled.Today | Phone number lookup
Search Who called | Phone number lookup
What is WhoCalled.Today | Phone number lookup?
WhoCalled.Today | Phone number lookup is a Chrome extension developed by https://whocalled.today, and its main feature is "Search Who called | Phone number lookup".
Extension Screenshots
Download WhoCalled.Today | Phone number lookup Extension CRX File
Download WhoCalled.Today | Phone number lookup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
WhoCalled.Today is a unique aggregation page for reported spam phone calls. We launched in early 2020 and we're already one of the most popular ´who called´ services online. WhoCalled.Today offers the ability to quickly report and lookup missed phone calls / numbers! Our goal is to always offer a valid and quick phone number lookup containing valuable information about various phone numbers. Lookup phone numbers All lookups include country code, area code and also if the number is a landline or a mobile phone number. We also include if the number has been reported for bad activities like spam or unwanted sales calls. Mobile ready, for real Thanks to the latest web techniques such as Responsive design WhoCalled.Today can be faster than any other competitor in your smartphone. Wherever you are, you shall always be able to look up who called you within a second. We show you all the information we got instantly. Just select and right click a phone number in your browser. No popups WhoCalled.Today shows you the most information possible, without hidden re-Captcha and popup windows. It should be a breeze to make a lookup. Help others Please help us improve our service by reporting bad phone numbers and spammy calls.
Extension Basic Information
Name | WhoCalled.Today | Phone number lookup |
ID | nkjgibfbajglngokgfkioojdbkmamcpf |
Official URL | https://chromewebstore.google.com/detail/whocalledtoday-phone-numb/nkjgibfbajglngokgfkioojdbkmamcpf |
Description | Search Who called | Phone number lookup |
File Size | 17.5 KB |
Installation Count | 369 |
Current Version | 1.0 |
Last Updated | 2020-04-20 |
Publish Date | 2020-04-20 |
Developer | https://whocalled.today |
[email protected] | |
Payment Type | free |
Extension Website | https://whocalled.today/ |
Help Page URL | https://whocalled.today/contact |
Supported Languages | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "main.js" ] }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "description": "Search Who called | Phone number lookup", "icons": { "128": "icon128.png", "16": "icon16.png", "19": "icon19.png", "48": "icon48.png" }, "manifest_version": 2, "name": "WhoCalled.Today | Phone number lookup", "permissions": [ "contextMenus" ], "short_name": "WhoCalled.Today", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |