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 |
官方網址 | 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" ] } |