In Stock
Find any product, in stock nearby. While you are shopping online, we will suggest nearby products that you can buy today.
Qu'est-ce que In Stock ?
In Stock est une extension Chrome développée par https://instock.org, et sa fonction principale est "Find any product, in stock nearby. While you are shopping online, we will suggest nearby products that you can buy today.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension In Stock
Téléchargez les fichiers d'extension In Stock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Support local businesses with In Stock. More than ever, your local businesses need your help. Find the same products you might buy online from a local retailer (often at lower prices). Get what you need, today. Why wait for 2-day shipping (or longer) when you could go pick it up today from a local store? Locate those hard-to-find products. Whether you need semolina flour for your homemade pasta or a special cord for your computer, we help you find it without having to call around.
Informations de Base sur l'Extension
Nom | In Stock |
ID | chgiobjpldacidandibpniboeeoclpgf |
URL Officiel | https://chromewebstore.google.com/detail/in-stock/chgiobjpldacidandibpniboeeoclpgf |
Description | Find any product, in stock nearby. While you are shopping online, we will suggest nearby products that you can buy today. |
Taille du Fichier | 208 KB |
Nombre d'Installations | 85 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2021-02-03 |
Date de Publication | 2020-06-29 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://instock.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://instock.org |
URL de la Page d'Aide | https://support.instock.org |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "In Stock", "description": "Find any product, in stock nearby. While you are shopping online, we will suggest nearby products that you can buy today.", "version": "1.4", "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*" ], "run_at": "document_end", "js": [ "superagent.min.js", "content.js" ], "all_frames": true, "css": [ "main.css", "material-icons.css" ] } ], "browser_action": { "default_icon": "instock_logo_square.png", "default_popup": "popup.html" }, "icons": { "16": "instock_logo_square-16.png", "48": "instock_logo_square-48.png", "128": "instock_logo_square-128.png" }, "permissions": [ "https:\/\/wbvbg9rpyh.execute-api.us-west-2.amazonaws.com\/prod\/*", "https:\/\/www.amazon.com\/*" ] } |