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.
Search Ads Volume Tool for ASO là gì?
Search Ads Volume Tool for ASO là một tiện ích mở rộng Chrome được phát triển bởi https://www.theasoproject.com, và tính năng chính của nó là "A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Search Ads Volume Tool for ASO
Tải xuống các tệp mở rộng Search Ads Volume Tool for ASO dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | emaienkonoepeghlpppkjlidnmklkdao |
URL Chính Thức | https://chrome.google.com/webstore/detail/search-ads-volume-tool-fo/emaienkonoepeghlpppkjlidnmklkdao |
Mô tả | A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume. |
Kích Thước Tệp | 136 KB |
Số Lần Cài Đặt | 702 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2019-05-16 |
Ngày Phát Hành | 2019-05-16 |
Đánh Giá | 3.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://www.theasoproject.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.theasoproject.com |
URL Trang Chính Sách Bảo Mật | https://www.theasoproject.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |