Senja - Testimonial Extension
Your testimonials everywhere on the web
Senja - Testimonial Extension là gì?
Senja - Testimonial Extension là một tiện ích mở rộng Chrome được phát triển bởi https://senja.io, và tính năng chính của nó là "Your testimonials everywhere on the web".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Senja - Testimonial Extension
Tải xuống các tệp mở rộng Senja - Testimonial 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Senja - Testimonial Extension |
ID | lmldakdjelendidnmaieidggbffljlle |
URL Chính Thức | https://chromewebstore.google.com/detail/senja-testimonial-extensi/lmldakdjelendidnmaieidggbffljlle |
Mô tả | Your testimonials everywhere on the web |
Kích Thước Tệp | 318 KB |
Số Lần Cài Đặt | 453 |
Phiên Bản Hiện Tại | 1.2.4 |
Cập Nhật Lần Cuối | 2024-02-05 |
Ngày Phát Hành | 2023-07-23 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://senja.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://senja.io |
URL Trang Trợ Giúp | https://support.senja.io |
URL Trang Chính Sách Bảo Mật | https://senja.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |