Traffic Rank
Show site popularity into the toolbar as you browse to the site.
Traffic Rank क्या है?
Traffic Rank https://tejji.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show site popularity into the toolbar as you browse to the site."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Traffic Rank एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Shows Traffic Rank into the toolbar. No clicks required. Following are the features... 1. Shows Global rank right into the toolbar. Due to limitation of space the rank is shortened e.g., 123,456 will appear as 123K, 12,234,567 will appear as 12M 2. On click on toolbar icon it shows following metrics if available 2.1 Global rank Change in Global rank 2.2 1-day old rank and change 2.3 1 week old rank and change 2.4 1 month old rank and change 2.5 1 quarter old rank and change 3. If the rank is not available it shows NA More extensions at http://tejji.com/browser/chrome/extensions/ Thanks, https://tejji.com Disclaimers - The data is provided by hitfront.com, alexa.com - All contents belong to respective owners v1.7 - migrated to manifest v3 - removed unnecessary permissions - removed extra files to reduce package size - bug fixes v1.6 - enabled https (tls1.2) based api calls v1.5 - enabled api from hitfront.com
एक्सटेंशन की मूल जानकारी
नाम | Traffic Rank |
ID | oipgijiceofkdddeceikmdjledafnehk |
आधिकारिक URL | https://chromewebstore.google.com/detail/traffic-rank/oipgijiceofkdddeceikmdjledafnehk |
विवरण | Show site popularity into the toolbar as you browse to the site. |
फ़ाइल का आकार | 36.14 KB |
स्थापना संख्या | 3,364 |
वर्तमान संस्करण | 1.7 |
अंतिम अपडेट | 2022-08-01 |
प्रकाशन तिथि | 2022-08-01 |
रेटिंग | 4.53/5 कुल 53 रेटिंग्स |
डेवलपर | https://tejji.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://tejji.com/browser/chrome/extensions/ |
सहायता पृष्ठ URL | https://tejji.com/home/contact |
गोपनीयता नीति पृष्ठ URL | https://tejji.com/privacy.aspx |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Traffic Rank", "version": "1.7", "description": "Show site popularity into the toolbar as you browse to the site.", "action": { "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png" }, "default_popup": "popup.html", "default_title": "Traffic Rank | Tejji" }, "icons": { "16": "img\/icon16.png", "19": "img\/icon19.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "service_worker": "js\/background.js", "type": "module" }, "options_page": "options.html", "permissions": [ "storage", "activeTab", "tabs" ], "host_permissions": [ "https:\/\/hitfront.com\/api\/*" ], "homepage_url": "https:\/\/tejji.com\/" } |