Spoak Extension
Spoak Extension
Cos'è Spoak Extension?
Spoak Extension è un'estensione di Chrome sviluppata da https://www.spoak.com, e la sua funzione principale è "Spoak Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Spoak Extension
Scarica i file di estensione Spoak Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Spoak Extension |
ID | fhbhfcoaaflofffbnmjffkbcjhpafanb |
URL Ufficiale | https://chromewebstore.google.com/detail/spoak-extension/fhbhfcoaaflofffbnmjffkbcjhpafanb |
Descrizione | Spoak Extension |
Dimensione del File | 33.12 KB |
Conteggio Installazioni | 4,794 |
Versione Corrente | 0.59 |
Ultimo Aggiornamento | 2023-09-13 |
Data di Pubblicazione | 2021-07-14 |
Sviluppatore | https://www.spoak.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.spoak.com |
Lingue Supportate | 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 } |