Spoak Extension
Spoak Extension
ما هو Spoak Extension؟
Spoak Extension هو إضافة Chrome تم تطويرها بواسطة https://www.spoak.com، والميزة الرئيسية لها هي "Spoak Extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Spoak Extension
قم بتنزيل ملفات الامتداد Spoak Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |