Spoak Extension
Spoak Extension
Was ist Spoak Extension?
Spoak Extension ist eine Chrome-Erweiterung, die von https://www.spoak.com entwickelt wurde, und ihr Hauptmerkmal ist "Spoak Extension".
Erweiterungsscreenshots
Spoak Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Spoak Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fhbhfcoaaflofffbnmjffkbcjhpafanb |
| Offizielle URL | https://chromewebstore.google.com/detail/spoak-extension/fhbhfcoaaflofffbnmjffkbcjhpafanb |
| Beschreibung | Spoak Extension |
| Dateigröße | 33.12 KB |
| Installationsanzahl | 4,794 |
| Aktuelle Version | 0.59 |
| Letztes Update | 2023-09-13 |
| Veröffentlichungsdatum | 2021-07-14 |
| Entwickler | https://www.spoak.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.spoak.com |
| Unterstützte Sprachen | 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
} | |