Linktree

Allows user to add current tab url to Linktree as a new link with one click.

Τι είναι το Linktree;

Το Linktree είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Linktree, και η κύρια λειτουργία του είναι "Allows user to add current tab url to Linktree as a new link with one click.".

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

screenshot
screenshot

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

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

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

                        Keep your Linktree fresh

Add the Linktree extension to your browser to create a new link on your Linktree in one click. You can edit the title and adjust link settings before putting your new link live.

Connect all your audiences to all your content

Use it anywhere: Take your Linktree wherever your audience is, to help them to discover all your important content.

Link to everywhere: Linktree is the launchpad to your latest video, article, recipe, tour, store, website, social post - everywhere you are online.

Collect payments: From tips for your content, to donations for your projects, let your fans & followers support you in monetising your passions.

Manage easily: Creating a Linktree takes seconds. Use our simple drag-and-drop editor to effortlessly manage your content.

In good company:  Over 16 million people around the world have Linktrees, from creators and celebrities to entrepreneurs and enterprise businesses.

Free to use and pay for more

Our FREE plan comes with everything you need to create your own Linktree and connect more people with your content, your brand, and you.

Looking to understand who your visitors are and where they're going? Our PRO plans give you analytics to help you understand which links are the most engaging for your audience. 

Sign in or sign up here: https://www.linktr.ee

Any questions? Visit our support page: https://help.linktr.ee/en/support/solutions/articles/48001190238-how-to-install-and-use-the-linktree-chrome-extension                    

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

Όνομα Linktree Linktree
ID adalnjngoopekbjcdllhojhgjhgepcah
Επίσημο URL https://chromewebstore.google.com/detail/linktree/adalnjngoopekbjcdllhojhgjhgepcah
Περιγραφή Allows user to add current tab url to Linktree as a new link with one click.
Μέγεθος Αρχείου 412 KB
Αριθμός Εγκαταστάσεων 1,102
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2024-02-21
Ημερομηνία Δημοσίευσης 2021-08-25
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Linktree
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://linktr.ee
Διεύθυνση URL της Σελίδας Βοήθειας https://help.linktr.ee/en/support/solutions/articles/48001190238-how-to-install-and-use-the-linktree-chrome-extension
URL της Σελίδας Πολιτικής Απορρήτου https://linktr.ee/s/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linktree",
    "description": "Allows user to add current tab url to Linktree as a new link with one click.",
    "version": "1.1.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/linktr.ee\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/linktree_black_16.png",
            "32": "\/images\/linktree_black_32.png",
            "48": "\/images\/linktree_black_48.png",
            "128": "\/images\/linktree_black_128.png"
        }
    },
    "icons": {
        "16": "\/images\/linktree_black_16.png",
        "32": "\/images\/linktree_black_32.png",
        "48": "\/images\/linktree_black_48.png",
        "128": "\/images\/linktree_black_128.png"
    }
}