SPRL Link Shortener

Easy Link Shortener with advance tracking

What is SPRL Link Shortener?

SPRL Link Shortener is a Chrome extension developed by SPRL, and its main feature is "Easy Link Shortener with advance tracking".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download SPRL Link Shortener Extension CRX File

Download SPRL Link Shortener 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

                        SPRL is a service for shortening the urls, track clicks and visitor information, lead management, etc. We empower enterprises towards branding which delivers value, with our recognizable and powerful short links.                    

Extension Basic Information

Name SPRL Link Shortener SPRL Link Shortener
ID inljlekbkjjcjmbjikaekmliindfopmi
Official URL https://chromewebstore.google.com/detail/sprl-link-shortener/inljlekbkjjcjmbjikaekmliindfopmi
Description Easy Link Shortener with advance tracking
File Size 73.82 KB
Installation Count 87
Current Version 0.4
Last Updated 2023-05-09
Publish Date 2020-07-04
Rating 4.50/5 Total 2 Ratings
Developer SPRL
Email [email protected]
Payment Type free
Extension Website https://insprl.com
Help Page URL https://insprl.com/page/contact-us
Privacy Policy Page URL https://insprl.com/page/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SPRL Link Shortener",
    "version": "0.4",
    "description": "Easy Link Shortener with advance tracking",
    "icons": {
        "16": "img\/sprlicon16.png",
        "32": "img\/sprlicon32.png",
        "64": "img\/sprlicon64.png",
        "128": "img\/sprlicon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/popup.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Short Link with SPRL",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "css\/style.css"
    ],
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-inline' https:\/\/insprl.com; object-src 'self'"
}