Segmentify
It enables Segmentify features with Chrome Extension.
Segmentify란 무엇입니까?
Segmentify은(는) https://segmentify.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It enables Segmentify features with Chrome Extension."입니다.
확장 프로그램 스크린샷
Segmentify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Segmentify |
ID | dhcffckfimabfhbbjdngnajhnlohfjeo |
공식 URL | https://chromewebstore.google.com/detail/segmentify/dhcffckfimabfhbbjdngnajhnlohfjeo |
설명 | It enables Segmentify features with Chrome Extension. |
파일 크기 | 83.79 KB |
설치 횟수 | 834 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2020-11-04 |
출시 날짜 | 2017-01-06 |
평점 | 5.00/5 총 13 개의 평점 |
개발자 | https://segmentify.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.segmentify.com |
도움말 페이지 URL | https://www.segmentify.com/support |
개인정보 보호 정책 페이지 URL | https://www.segmentify.com/personal-data-processing-policy |
지원되는 언어 | 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" ] } |