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?
Search Ads Volume Tool for ASO是由https://www.theasoproject.com开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载Search Ads Volume Tool for ASO扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
ID | emaienkonoepeghlpppkjlidnmklkdao |
官方URL | https://chrome.google.com/webstore/detail/search-ads-volume-tool-fo/emaienkonoepeghlpppkjlidnmklkdao |
简介 | A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume. |
文件大小 | 136 KB |
安装次数 | 702 |
当前版本 | 1.3 |
更新时间 | 2019-05-16 |
上架时间 | 2019-05-16 |
评分 | 3.75/5 共4次评分 |
开发者 | https://www.theasoproject.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.theasoproject.com |
隐私政策页面URL | https://www.theasoproject.com/privacy |
支持的语言 | 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" } |