Spoak Extension
Spoak Extension
Spoak Extension란 무엇입니까?
Spoak Extension은(는) https://www.spoak.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Spoak Extension"입니다.
확장 프로그램 스크린샷
Spoak Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |