Spoak Extension
Spoak Extension
Spoak Extension क्या है?
Spoak Extension https://www.spoak.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Spoak Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Spoak Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |