AmzRun Keyword Rank Checker (Amazon)
AmzRun Extension helps you keep track of the changes in your listing rank for given keywords, allowing you to locate your listing.
Cos'è AmzRun Keyword Rank Checker (Amazon)?
AmzRun Keyword Rank Checker (Amazon) è un'estensione di Chrome sviluppata da nesatılır.com, e la sua funzione principale è "AmzRun Extension helps you keep track of the changes in your listing rank for given keywords, allowing you to locate your listing.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AmzRun Keyword Rank Checker (Amazon)
Scarica i file di estensione AmzRun Keyword Rank Checker (Amazon) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
1-) Enter the keyword you want to find your ranking in Amazon search bar 2-) Open the extension 3-) Enter your ASIN and click on ‘Get Location’ button The extension will search for your product in the search results and notify you when it is found. If your product is not on the first 7 pages, pick your category before making the search. For more information please refer to the video.
Informazioni di Base sull'Estensione
Nome | AmzRun Keyword Rank Checker (Amazon) |
ID | ohkkpdodpaopjnbnkjhkbjijgimgpclk |
URL Ufficiale | https://chromewebstore.google.com/detail/amzrun-keyword-rank-check/ohkkpdodpaopjnbnkjhkbjijgimgpclk |
Descrizione | AmzRun Extension helps you keep track of the changes in your listing rank for given keywords, allowing you to locate your listing. |
Dimensione del File | 459 KB |
Conteggio Installazioni | 5,383 |
Versione Corrente | 11 |
Ultimo Aggiornamento | 2021-07-01 |
Data di Pubblicazione | 2020-06-02 |
Valutazione | 4.79/5 Totale 85 Valutazioni |
Sviluppatore | nesatılır.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.amzcozumleri.com |
URL della Pagina della Politica sulla Privacy | https://nesatilir.com/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AmzRun Keyword Rank Checker (Amazon)", "description": "AmzRun Extension helps you keep track of the changes in your listing rank for given keywords, allowing you to locate your listing.", "version": "11", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.amzrun.com\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.com.tr\/*", "*:\/\/*.amzcozumleri.com\/*" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/bootstrap.min.js", "js\/datatables.min.js", "js\/content.js", "js\/sweetalert.min.js", "js\/bootbox.min.js" ], "run_at": "document_end" } ], "permissions": [ "notifications" ] } |