Stonly Browser Extension
Enhance your Stonly guides creation experience with our browser extension.
Stonly Browser Extensionคืออะไร?
Stonly Browser Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://stonly.com และคุณลักษณะหลักของมันคือ "Enhance your Stonly guides creation experience with our browser extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stonly Browser Extension
ดาวน์โหลดไฟล์ส่วนขยาย Stonly Browser Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows Stonly users to insert the Stonly widget on any webpage in order to have contextual guidance everywhere needed. It also allows users to select elements from their page thanks to our CSS selector picker and build guides using the Wizard. Drive fast, accurate resolutions with the modern knowledge platform for customer service. Stonly delivers step-by-step guides, decision trees, AI answers, automations, walkthroughs, checklists, and knowledge bases for agents and customers.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Stonly Browser Extension |
ID | ooppbalbkbdabcmaijemiaekfpnhijcl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/stonly-browser-extension/ooppbalbkbdabcmaijemiaekfpnhijcl |
คำอธิบาย | Enhance your Stonly guides creation experience with our browser extension. |
ขนาดไฟล์ | 422 KB |
จำนวนการติดตั้ง | 5,603 |
เวอร์ชันปัจจุบัน | 2.1.54 |
อัปเดตครั้งล่าสุด | 2024-01-31 |
วันที่เผยแพร่ | 2020-02-22 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://stonly.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://stonly.com |
URL หน้าช่วยเหลือ | https://help.stonly.com |
URL หน้านโยบายความเป็นส่วนตัว | https://stonly.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Micha\u0142 Kostrzy\u0144ski", "homepage_url": "https:\/\/stonly.com", "manifest_version": 3, "permissions": [ "declarativeNetRequest", "storage", "tabs" ], "name": "Stonly Browser Extension", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon38.png" }, "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |