KW Index Checker and Amazon Rank Tracker
Check the indexing and ranks of all your Amazon "Phrase" and "Back End" keywords (Search Terms) in minutes, all for free.
KW Index Checker and Amazon Rank Tracker क्या है?
KW Index Checker and Amazon Rank Tracker https://wordtree.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check the indexing and ranks of all your Amazon "Phrase" and "Back End" keywords (Search Terms) in minutes, all for free."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में KW Index Checker and Amazon Rank Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
One click of a button and WordTree's KW Index Checker discovers which keywords are not considered relevant by Amazon.
एक्सटेंशन की मूल जानकारी
नाम | KW Index Checker and Amazon Rank Tracker |
ID | kkbmjnapmenjmfdndhbpjmiebcodedkh |
आधिकारिक URL | https://chromewebstore.google.com/detail/kw-index-checker-and-amaz/kkbmjnapmenjmfdndhbpjmiebcodedkh |
विवरण | Check the indexing and ranks of all your Amazon "Phrase" and "Back End" keywords (Search Terms) in minutes, all for free. |
फ़ाइल का आकार | 1.12 MB |
स्थापना संख्या | 7,000 |
वर्तमान संस्करण | 0.0.4.1 |
अंतिम अपडेट | 2022-07-23 |
प्रकाशन तिथि | 2019-09-12 |
रेटिंग | 3.82/5 कुल 84 रेटिंग्स |
डेवलपर | https://wordtree.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.wordtree.io/?utm_source=extension&utm_medium=chrome-extension&utm_campaign=free-kw-index-checker |
सहायता पृष्ठ URL | https://www.wordtree.io/?utm_source=extension&utm_medium=chrome-extension&utm_campaign=free-kw-index-checker |
गोपनीयता नीति पृष्ठ URL | https://www.wordtree.io/user/terms |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KW Index Checker and Amazon Rank Tracker", "version": "0.0.4.1", "description": "Check the indexing and ranks of all your Amazon \"Phrase\" and \"Back End\" keywords (Search Terms) in minutes, all for free.", "icons": { "128": "icon-128x128.png", "512": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "jquery.min.js", "background.js" ], "persistent": false }, "permissions": [ "*:\/\/*.wordtree.io\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.it\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.wordtree.io\/*" ], "js": [ "jquery.min.js", "inject.js" ] } ] } |