Poplink

Create, share and track custom short links

Τι είναι το Poplink;

Το Poplink είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://poplink.io, και η κύρια λειτουργία του είναι "Create, share and track custom short links".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Poplink

Λήψη αρχείων επέκτασης Poplink σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Poplink is the easiest way to share customised links that improve your audience’s click-through-rate. If you're looking to grow your brand using organic channels, content marketing with Poplink’s link customisation platform is your best bet.

Using Poplink’s custom URLs – that is, a shorter version of a URL that you want to share online which is built around a brand name or related term – will help you generate 34% more clicks than a normal link.

Poplink gives you several options for defining how a link looks when it’s shared on social media. You can edit the preview image, title, description and change the URL slug (the keyword at the end of your link after your domain).

Poplink also gives you several options for you digital marketing campaigns including adding retargeting pixels and UTMs.

Sign up for Poplink for free at https://www.poplink.io.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Poplink Poplink
ID lmfailpfchakibjkepeljalihomihefi
Επίσημο URL https://chrome.google.com/webstore/detail/poplink/lmfailpfchakibjkepeljalihomihefi
Περιγραφή Create, share and track custom short links
Μέγεθος Αρχείου 19.06 KB
Αριθμός Εγκαταστάσεων 578
Τρέχουσα Έκδοση 1.0.0.0
Τελευταία Ενημέρωση 2019-08-06
Ημερομηνία Δημοσίευσης 2019-08-03
Αξιολόγηση 4.20/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής http://poplink.io
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Poplink",
    "description": "Create, share and track custom short links",
    "version": "1.0.0.0",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "96": "icons\/icon96.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "index.js",
                "libs\/postmessage.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "overlay\/*"
    ]
}