Spoak Extension

Spoak Extension

Spoak Extension là gì?

Spoak Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.spoak.com, và tính năng chính của nó là "Spoak Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Spoak Extension

Tải xuống các tệp mở rộng Spoak Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Spoak Extension Spoak Extension
ID fhbhfcoaaflofffbnmjffkbcjhpafanb
URL Chính Thức https://chromewebstore.google.com/detail/spoak-extension/fhbhfcoaaflofffbnmjffkbcjhpafanb
Mô tả Spoak Extension
Kích Thước Tệp 33.12 KB
Số Lần Cài Đặt 4,794
Phiên Bản Hiện Tại 0.59
Cập Nhật Lần Cuối 2023-09-13
Ngày Phát Hành 2021-07-14
Nhà Phát Triển https://www.spoak.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.spoak.com
Ngôn Ngữ Được Hỗ Trợ 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
}