Spoak Extension
Spoak Extension
Wat is Spoak Extension?
Spoak Extension is een Chrome-extensie ontwikkeld door https://www.spoak.com, en de belangrijkste functie is "Spoak Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Spoak Extension
Download Spoak Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | fhbhfcoaaflofffbnmjffkbcjhpafanb |
| Officiële URL | https://chromewebstore.google.com/detail/spoak-extension/fhbhfcoaaflofffbnmjffkbcjhpafanb |
| Beschrijving | Spoak Extension |
| Bestandsgrootte | 33.12 KB |
| Aantal Installaties | 4,794 |
| Huidige Versie | 0.59 |
| Laatst Bijgewerkt | 2023-09-13 |
| Publicatiedatum | 2021-07-14 |
| Ontwikkelaar | https://www.spoak.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.spoak.com |
| Ondersteunde Talen | 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
} | |