Spoak Extension
Spoak Extension
Apa itu Spoak Extension?
Spoak Extension adalah ekstensi Chrome yang dikembangkan oleh https://www.spoak.com, dan fitur utamanya adalah "Spoak Extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Spoak Extension
Unduh file ekstensi Spoak Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Spoak Extension |
ID | fhbhfcoaaflofffbnmjffkbcjhpafanb |
URL Resmi | https://chromewebstore.google.com/detail/spoak-extension/fhbhfcoaaflofffbnmjffkbcjhpafanb |
Deskripsi | Spoak Extension |
Ukuran File | 33.12 KB |
Jumlah Instalasi | 4,794 |
Versi Saat Ini | 0.59 |
Terakhir Diperbarui | 2023-09-13 |
Tanggal Publikasi | 2021-07-14 |
Pengembang | https://www.spoak.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.spoak.com |
Bahasa yang Didukung | 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 } |