SPRL Link Shortener

Easy Link Shortener with advance tracking

Qu'est-ce que SPRL Link Shortener ?

SPRL Link Shortener est une extension Chrome développée par SPRL, et sa fonction principale est "Easy Link Shortener with advance tracking".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SPRL Link Shortener

Téléchargez les fichiers d'extension SPRL Link Shortener au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SPRL Link Shortener SPRL Link Shortener
ID inljlekbkjjcjmbjikaekmliindfopmi
URL Officiel https://chromewebstore.google.com/detail/sprl-link-shortener/inljlekbkjjcjmbjikaekmliindfopmi
Description Easy Link Shortener with advance tracking
Taille du Fichier 73.82 KB
Nombre d'Installations 87
Version Actuelle 0.4
Dernière Mise à Jour 2023-05-09
Date de Publication 2020-07-04
Évaluation 4.50/5 Total 2 Évaluations
Développeur SPRL
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://insprl.com
URL de la Page d'Aide https://insprl.com/page/contact-us
URL de la Page de Politique de Confidentialité https://insprl.com/page/privacy-policy
Langues Prises en Charge 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'"
}