APPS RUN THE WORLD Technographics
Unleash the power of APPS RUN THE WORLD Firmographics and Technographics Data
什么是APPS RUN THE WORLD Technographics?
APPS RUN THE WORLD Technographics是由https://www.appsruntheworld.com开发的Chrome扩展程序,该扩展的主要功能是“Unleash the power of APPS RUN THE WORLD Firmographics and Technographics Data”。
扩展截图
下载APPS RUN THE WORLD Technographics扩展crx文件
下载APPS RUN THE WORLD Technographics扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
APPS RUN THE WORLD Firmographics and Technographics Data 扩展基本信息
| 名称 | |
| ID | dmoinonfoobjigmmedgoolfimcjmbeja |
| 官方URL | https://chromewebstore.google.com/detail/apps-run-the-world-techno/dmoinonfoobjigmmedgoolfimcjmbeja |
| 简介 | Unleash the power of APPS RUN THE WORLD Firmographics and Technographics Data |
| 文件大小 | 547 KB |
| 安装次数 | 176 |
| 当前版本 | 1.2 |
| 更新时间 | 2024-01-28 |
| 上架时间 | 2023-07-31 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://www.appsruntheworld.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.appsruntheworld.com/customers-database/purchases |
| 帮助页面URL | https://www.appsruntheworld.com/contact/ |
| 隐私政策页面URL | https://www.appsruntheworld.com/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "APPS RUN THE WORLD Technographics",
"version": "1.2",
"manifest_version": 3,
"description": "Unleash the power of APPS RUN THE WORLD Firmographics and Technographics Data",
"permissions": [
"activeTab",
"cookies",
"scripting"
],
"action": [],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"*:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"popup.html"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
]
}
]
} | |