Senja - Testimonial Extension
Your testimonials everywhere on the web
Senja - Testimonial Extensionคืออะไร?
Senja - Testimonial Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://senja.io และคุณลักษณะหลักของมันคือ "Your testimonials everywhere on the web"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Senja - Testimonial Extension
ดาวน์โหลดไฟล์ส่วนขยาย Senja - Testimonial Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Your testimonials, everywhere. — Access your best testimonials on any site — Import testimonials from any site with just a few clicks — Find your testimonial forms instantly
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Senja - Testimonial Extension |
ID | lmldakdjelendidnmaieidggbffljlle |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/senja-testimonial-extensi/lmldakdjelendidnmaieidggbffljlle |
คำอธิบาย | Your testimonials everywhere on the web |
ขนาดไฟล์ | 318 KB |
จำนวนการติดตั้ง | 453 |
เวอร์ชันปัจจุบัน | 1.2.4 |
อัปเดตครั้งล่าสุด | 2024-02-05 |
วันที่เผยแพร่ | 2023-07-23 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://senja.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://senja.io |
URL หน้าช่วยเหลือ | https://support.senja.io |
URL หน้านโยบายความเป็นส่วนตัว | https://senja.io/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Senja - Testimonial Extension", "description": "Your testimonials everywhere on the web", "version": "1.2.4", "version_name": "1.2.4", "icons": { "16": "src\/assets\/images\/icon-16.png", "32": "src\/assets\/images\/icon-32.png", "48": "src\/assets\/images\/icon-48.png", "128": "src\/assets\/images\/icon-128.png" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader-5168a518.js" ], "matches": [ "https:\/\/*\/*" ], "css": [ "assets\/index-741192a0.css" ] } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "options_ui": { "page": "src\/options\/options.html", "open_in_tab": false }, "action": { "default_icon": { "16": "src\/assets\/images\/icon-16.png", "32": "src\/assets\/images\/icon-32.png", "48": "src\/assets\/images\/icon-48.png", "128": "src\/assets\/images\/icon-128.png" } }, "permissions": [ "activeTab", "contextMenus", "storage" ], "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*" ], "resources": [ "assets\/storage-c1a6da43.js", "assets\/_commonjsHelpers-edff4021.js", "assets\/gmailInject.ts-d94e25eb.js", "assets\/gmailJsLoader.ts-975f4db7.js", "assets\/index.ts-8361b392.js" ], "use_dynamic_url": true } ] } |