Spoak Extension
Spoak Extension
Co to jest Spoak Extension?
Spoak Extension to rozszerzenie Chrome opracowane przez https://www.spoak.com, a jego główną funkcją jest „Spoak Extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Spoak Extension
Pobierz pliki rozszerzeń Spoak Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Spoak Extension |
ID | fhbhfcoaaflofffbnmjffkbcjhpafanb |
Oficjalny URL | https://chromewebstore.google.com/detail/spoak-extension/fhbhfcoaaflofffbnmjffkbcjhpafanb |
Opis | Spoak Extension |
Rozmiar pliku | 33.12 KB |
Liczba instalacji | 4,794 |
Aktualna Wersja | 0.59 |
Ostatnia Aktualizacja | 2023-09-13 |
Data Publikacji | 2021-07-14 |
Deweloper | https://www.spoak.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.spoak.com |
Obsługiwane Języki | 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 } |