Spoak Extension
Spoak Extension
Vad är Spoak Extension?
Spoak Extension är en Chrome-tillägg utvecklad av https://www.spoak.com, och dess huvudfunktion är "Spoak Extension".
Tilläggsskärmbilder
Ladda ner Spoak Extension-förlängningens CRX-fil
Ladda ner Spoak Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Spoak Extension |
ID | fhbhfcoaaflofffbnmjffkbcjhpafanb |
Officiell webbadress | https://chromewebstore.google.com/detail/spoak-extension/fhbhfcoaaflofffbnmjffkbcjhpafanb |
Beskrivning | Spoak Extension |
Filstorlek | 33.12 KB |
Antal Installationer | 4,794 |
Aktuell Version | 0.59 |
Senast Uppdaterad | 2023-09-13 |
Publiceringsdatum | 2021-07-14 |
Utvecklare | https://www.spoak.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.spoak.com |
Stödda Språk | 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 } |