WhereCall
Find out where a phone call came from and anonymously report telemarketing calls, fraudulent calls and scam calls.
WhereCall क्या है?
WhereCall http://wherecall.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find out where a phone call came from and anonymously report telemarketing calls, fraudulent calls and scam calls."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WhereCall एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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'" } |