Referrizer Click2Text

Text anybody using your dedicated tracking number.

What is Referrizer Click2Text?

Referrizer Click2Text is a Chrome extension developed by https://referrizer.com, and its main feature is "Text anybody using your dedicated tracking number.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Referrizer Click2Text Extension CRX File

Download Referrizer Click2Text extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Communicate with your clients / patients / guests / members using 2-way Text Messaging app powered by Referrizer                    

Extension Basic Information

Name Referrizer Click2Text Referrizer Click2Text
ID eafjbbenkodhmgeopcogednaflegnmbo
Official URL https://chromewebstore.google.com/detail/referrizer-click2text/eafjbbenkodhmgeopcogednaflegnmbo
Description Text anybody using your dedicated tracking number.
File Size 1.3 MB
Installation Count 124
Current Version 1.9
Last Updated 2022-06-15
Publish Date 2018-12-14
Rating 5.00/5 Total 2 Ratings
Developer https://referrizer.com
Email [email protected]
Payment Type free
Extension Website https://referrizer.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Referrizer Click2Text",
    "version": "1.9",
    "manifest_version": 2,
    "description": "Text anybody using your dedicated tracking number.",
    "homepage_url": "https:\/\/referrizer.com",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icons\/icon-128.png",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "css": [
                "assets\/css\/style.css"
            ],
            "js": [
                "assets\/js\/mutation-summary.min.js",
                "assets\/js\/uri.all.min.js",
                "assets\/js\/libphonenumber-js.min.js",
                "src\/inject\/phone-regex.js",
                "src\/inject\/main.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "assets\/icons\/icon-16.png"
    ]
}