Huntible Product Hunt
This extension provide us the detail information about walmart products.
什么是Huntible Product Hunt?
Huntible Product Hunt是由Huntible开发的Chrome扩展程序,该扩展的主要功能是“This extension provide us the detail information about walmart products.”。
扩展截图
下载Huntible Product Hunt扩展crx文件
下载Huntible Product Hunt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It offers solutions for big data analytics, competitor monitoring, estimates and more.
扩展基本信息
名称 | Huntible Product Hunt |
ID | pkpcpdmhkjkfmbimjaljeaeglepelhlj |
官方URL | https://chromewebstore.google.com/detail/huntible-product-hunt/pkpcpdmhkjkfmbimjaljeaeglepelhlj |
简介 | This extension provide us the detail information about walmart products. |
文件大小 | 8.04 MB |
安装次数 | 459 |
当前版本 | 1.0.2 |
更新时间 | 2023-01-30 |
上架时间 | 2023-01-22 |
评分 | 5.00/5 共2次评分 |
开发者 | Huntible |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://huntible.com/ |
隐私政策页面URL | https://docs.google.com/document/d/1KGMZqD4NbLohfKsUBUxuHchh-sAs1EXFDZIbjrPWndY/edit?usp=sharing |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Huntible Product Hunt", "version": "1.0.2", "description": "This extension provide us the detail information about walmart products.", "manifest_version": 3, "author": "Huntible Inc.", "action": { "default_popup": "login.html", "default_title": "Huntible Product Hunt" }, "icons": { "16": "\/static\/assets\/images\/favicon.png", "48": "\/static\/assets\/images\/Logo_sidebar.png", "128": "\/static\/assets\/images\/Logo.png" }, "background": { "service_worker": "\/static\/assets\/js\/background.js" }, "permissions": [ "tabs" ] } |