Mobile Number Tracker
Mobile Number Tracker: Links all Phone number and Emails to MNT search.
Mobile Number Tracker क्या है?
Mobile Number Tracker www.MobileNumberTracker.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mobile Number Tracker: Links all Phone number and Emails to MNT search."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mobile Number Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Find missed call information to fight spam using the best mobile number finder software. Type the mobile number and we will locate it with details like Mobile Operator, and Telecom Circle on Google Maps. This plugin links every phone number and email address on the internet to its information page on MobileNumberTracker.com
एक्सटेंशन की मूल जानकारी
नाम | Mobile Number Tracker |
ID | fjhpodccjhpmkjohgbmmafnnnjfkcalc |
आधिकारिक URL | https://chromewebstore.google.com/detail/mobile-number-tracker/fjhpodccjhpmkjohgbmmafnnnjfkcalc |
विवरण | Mobile Number Tracker: Links all Phone number and Emails to MNT search. |
फ़ाइल का आकार | 186 KB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2019-06-07 |
प्रकाशन तिथि | 2019-06-02 |
रेटिंग | 3.86/5 कुल 22 रेटिंग्स |
डेवलपर | www.MobileNumberTracker.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | http://www.mobilenumbertracker.com |
समर्थित भाषाएँ | 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": { "128": "images\/new-icon.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end", "js": [ "scripts\/jquery.js", "scripts\/contentScript.js" ] } ], "browser_action": { "default_icon": { "128": "images\/new-icon.png" }, "default_title": "Mobile Number Tracker", "default_popup": "popup.html" } } |