Segmentify

It enables Segmentify features with Chrome Extension.

Segmentifyとは何ですか?

Segmentifyはhttps://segmentify.comによって開発されたChromeの拡張機能で、その主な機能は「It enables Segmentify features with Chrome Extension.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Segmentify拡張機能のCRXファイルをダウンロード

Segmentify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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"
    ]
}