Spoak Extension
Spoak Extension
Что такое Spoak Extension?
Spoak Extension - это расширение Chrome, разработанное https://www.spoak.com, и его основная функция - "Spoak Extension".
Снимки экрана расширения
Скачать файл CRX расширения Spoak Extension
Скачайте файлы расширений Spoak Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Spoak Extension |
ID | fhbhfcoaaflofffbnmjffkbcjhpafanb |
Официальный URL | https://chromewebstore.google.com/detail/spoak-extension/fhbhfcoaaflofffbnmjffkbcjhpafanb |
Описание | Spoak Extension |
Размер файла | 33.12 KB |
Количество установок | 4,794 |
Текущая Версия | 0.59 |
Последнее Обновление | 2023-09-13 |
Дата публикации | 2021-07-14 |
Разработчик | https://www.spoak.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.spoak.com |
Поддерживаемые языки | 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 } |