Spoak Extension
Spoak Extension
What is Spoak Extension?
Spoak Extension is a Chrome extension developed by https://www.spoak.com, and its main feature is "Spoak Extension".
Extension Screenshots
Download Spoak Extension Extension CRX File
Download Spoak Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Spoak Extension |
ID | fhbhfcoaaflofffbnmjffkbcjhpafanb |
Official URL | https://chromewebstore.google.com/detail/spoak-extension/fhbhfcoaaflofffbnmjffkbcjhpafanb |
Description | Spoak Extension |
File Size | 33.12 KB |
Installation Count | 4,794 |
Current Version | 0.59 |
Last Updated | 2023-09-13 |
Publish Date | 2021-07-14 |
Developer | https://www.spoak.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.spoak.com |
Supported Languages | 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 } |