Huntible Product Hunt
This extension provide us the detail information about walmart products.
Was ist Huntible Product Hunt?
Huntible Product Hunt ist eine Chrome-Erweiterung, die von Huntible entwickelt wurde, und ihr Hauptmerkmal ist "This extension provide us the detail information about walmart products.".
Erweiterungsscreenshots
Huntible Product Hunt-Erweiterungs-CRX-Datei herunterladen
Laden Sie Huntible Product Hunt-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
It offers solutions for big data analytics, competitor monitoring, estimates and more.
Grundlegende Informationen zur Erweiterung
Name | Huntible Product Hunt |
ID | pkpcpdmhkjkfmbimjaljeaeglepelhlj |
Offizielle URL | https://chromewebstore.google.com/detail/huntible-product-hunt/pkpcpdmhkjkfmbimjaljeaeglepelhlj |
Beschreibung | This extension provide us the detail information about walmart products. |
Dateigröße | 8.04 MB |
Installationsanzahl | 459 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2023-01-30 |
Veröffentlichungsdatum | 2023-01-22 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Huntible |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://huntible.com/ |
URL der Datenschutzrichtlinien-Seite | https://docs.google.com/document/d/1KGMZqD4NbLohfKsUBUxuHchh-sAs1EXFDZIbjrPWndY/edit?usp=sharing |
Unterstützte Sprachen | 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" ] } |