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.
Was ist AmzRun Keyword Rank Checker (Amazon)?
AmzRun Keyword Rank Checker (Amazon) ist eine Chrome-Erweiterung, die von nesatılır.com entwickelt wurde, und ihr Hauptmerkmal ist "AmzRun Extension helps you keep track of the changes in your listing rank for given keywords, allowing you to locate your listing.".
Erweiterungsscreenshots
AmzRun Keyword Rank Checker (Amazon)-Erweiterungs-CRX-Datei herunterladen
Laden Sie AmzRun Keyword Rank Checker (Amazon)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | AmzRun Keyword Rank Checker (Amazon) |
ID | ohkkpdodpaopjnbnkjhkbjijgimgpclk |
Offizielle URL | https://chromewebstore.google.com/detail/amzrun-keyword-rank-check/ohkkpdodpaopjnbnkjhkbjijgimgpclk |
Beschreibung | AmzRun Extension helps you keep track of the changes in your listing rank for given keywords, allowing you to locate your listing. |
Dateigröße | 459 KB |
Installationsanzahl | 5,383 |
Aktuelle Version | 11 |
Letztes Update | 2021-07-01 |
Veröffentlichungsdatum | 2020-06-02 |
Bewertung | 4.79/5 Insgesamt 85 Bewertungen |
Entwickler | nesatılır.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.amzcozumleri.com |
URL der Datenschutzrichtlinien-Seite | https://nesatilir.com/privacy |
Unterstützte Sprachen | 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" ] } |