Spoak Extension
Spoak Extension
Qu'est-ce que Spoak Extension ?
Spoak Extension est une extension Chrome développée par https://www.spoak.com, et sa fonction principale est "Spoak Extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Spoak Extension
Téléchargez les fichiers d'extension Spoak Extension 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
Spoak is here to help you take your love of interior design to the next level. We’re a members-only virtual club that offers interior design lovers of all levels an easy but powerful suite of design tools, an online interior design + business school, paid gigs, and a tight-knit community. Our extension allows members to add products from anywhere on the internet to their Spoak design projects, quickly and easily. Learn more here: spoak.com.
Informations de Base sur l'Extension
Nom | Spoak Extension |
ID | fhbhfcoaaflofffbnmjffkbcjhpafanb |
URL Officiel | https://chromewebstore.google.com/detail/spoak-extension/fhbhfcoaaflofffbnmjffkbcjhpafanb |
Description | Spoak Extension |
Taille du Fichier | 33.12 KB |
Nombre d'Installations | 4,794 |
Version Actuelle | 0.59 |
Dernière Mise à Jour | 2023-09-13 |
Date de Publication | 2021-07-14 |
Développeur | https://www.spoak.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.spoak.com |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spoak Extension", "version": "0.59", "description": "Spoak Extension", "permissions": [ "https:\/\/api.spoak.com\/", "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": { "16": "img\/[email protected]", "32": "img\/[email protected]", "48": "img\/[email protected]", "128": "img\/[email protected]" } }, "icons": { "16": "img\/[email protected]", "32": "img\/[email protected]", "48": "img\/[email protected]", "128": "img\/[email protected]" }, "manifest_version": 2 } |