Search Ads Volume Tool for ASO
A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume.
Co to jest Search Ads Volume Tool for ASO?
Search Ads Volume Tool for ASO to rozszerzenie Chrome opracowane przez https://www.theasoproject.com, a jego główną funkcją jest „A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Search Ads Volume Tool for ASO
Pobierz pliki rozszerzeń Search Ads Volume Tool for ASO w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume. Open the Apple Search Ads dashboard, search for keywords and our extension will add the numeric search volume, voila!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | emaienkonoepeghlpppkjlidnmklkdao |
Oficjalny URL | https://chrome.google.com/webstore/detail/search-ads-volume-tool-fo/emaienkonoepeghlpppkjlidnmklkdao |
Opis | A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume. |
Rozmiar pliku | 136 KB |
Liczba instalacji | 702 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2019-05-16 |
Data Publikacji | 2019-05-16 |
Ocena | 3.75/5 Łącznie 4 Oceny |
Deweloper | https://www.theasoproject.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.theasoproject.com |
Adres URL Strony Polityki Prywatności | https://www.theasoproject.com/privacy |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "https:\/\/app.searchads.apple.com\/*" ], "css": [ "style.css" ], "js": [ "jq.js", "code.min.js" ] } ], "icons": { "48": "icon-48.png", "16": "icon-16.png", "128": "icon-128.png" }, "manifest_version": 2, "permissions": [ "tabs" ], "name": "Search Ads Volume Tool for ASO", "description": "A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume.", "version": "1.3" } |