Segmentify
It enables Segmentify features with Chrome Extension.
Segmentify là gì?
Segmentify là một tiện ích mở rộng Chrome được phát triển bởi https://segmentify.com, và tính năng chính của nó là "It enables Segmentify features with Chrome Extension.".
Ả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 Segmentify
Tải xuống các tệp mở rộng Segmentify 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
Use Segmentify in Chrome Extension Segmentify is a SaaS conversion optimisation tool that helps e-commerce and content websites to convert visitors into customers by making smart recommendations with realtime analytics. with this extension, you can start test campaigns on live with simple click. On and off function of Segmentify Test mode always available with this extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Segmentify |
ID | dhcffckfimabfhbbjdngnajhnlohfjeo |
URL Chính Thức | https://chromewebstore.google.com/detail/segmentify/dhcffckfimabfhbbjdngnajhnlohfjeo |
Mô tả | It enables Segmentify features with Chrome Extension. |
Kích Thước Tệp | 83.79 KB |
Số Lần Cài Đặt | 834 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2020-11-04 |
Ngày Phát Hành | 2017-01-06 |
Đánh Giá | 5.00/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | https://segmentify.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.segmentify.com |
URL Trang Trợ Giúp | https://www.segmentify.com/support |
URL Trang Chính Sách Bảo Mật | https://www.segmentify.com/personal-data-processing-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "event.js" ] }, "browser_action": { "default_icon": "icons\/icon19-passive.png", "default_popup": "popup.html", "default_title": "Segmentify" }, "content_scripts": [ { "js": [ "segChecker.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "description": "It enables Segmentify features with Chrome Extension.", "homepage_url": "https:\/\/www.segmentify.com\/", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtZiyvQePDqLNqUCSVnAIjj6U5DnciZFn5COXsO15m4an4JruDXshhf6O8Ydsa8b76YkEYuc1cGVts019Gfab9S7Ql11\/tI24clOy\/9BykL0prmYs6+NMhSYzIdbV8xTdWoCKqbUMZxz+x\/BtXsyr5bai3JKnmyQlYr5sGgIjcFaM176VoSb2cjgZfLpnjHnjSAnlsW1z5iIoJA19ERu0faRt+Kr8vJ36bAUhlHbLvdwTnwj+BnltvxfbfGIp5y9beHn39IVNbVOUx3mBY5rSoA9rvRuTWYA1dozXdiNvdzVcVXX4B18wCf+XsZhDH5qrRpknPgf6Csg3zB\/CgMmTAwIDAQAB", "manifest_version": 2, "name": "Segmentify", "permissions": [ "tabs", "storage", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0", "web_accessible_resources": [ "call2.js", "call3.js" ] } |