Trafficlinkr

TrafficLinkr utilizes OpenAI to grab niche targeted traffic and backlinks from the most popular platforms online, Wordpress.

Τι είναι το Trafficlinkr;

Το Trafficlinkr είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://trafficlinkr.com, και η κύρια λειτουργία του είναι "TrafficLinkr utilizes OpenAI to grab niche targeted traffic and backlinks from the most popular platforms online, Wordpress.".

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

screenshot

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

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

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

                        TrafficLinkr utilizes OpenAI and allows you to grab niche targeted traffic and backlinks from one of the most popular platforms online, Wordpress.com and self hosted Wordpress blogs/sites.                    

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

Όνομα Trafficlinkr Trafficlinkr
ID pcledmlonllimedabgllihlbjlgodeea
Επίσημο URL https://chromewebstore.google.com/detail/trafficlinkr/pcledmlonllimedabgllihlbjlgodeea
Περιγραφή TrafficLinkr utilizes OpenAI to grab niche targeted traffic and backlinks from the most popular platforms online, Wordpress.
Μέγεθος Αρχείου 5.53 MB
Αριθμός Εγκαταστάσεων 111
Τρέχουσα Έκδοση 0.2.3
Τελευταία Ενημέρωση 2023-11-27
Ημερομηνία Δημοσίευσης 2022-12-25
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://trafficlinkr.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://trafficlinkr.com
Διεύθυνση URL της Σελίδας Βοήθειας https://trafficlinkr.com
URL της Σελίδας Πολιτικής Απορρήτου https://profoundevo.kartra.com/page/xJl107
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trafficlinkr",
    "version": "0.2.3",
    "description": "TrafficLinkr utilizes OpenAI to grab niche targeted traffic and backlinks from the most popular platforms online, Wordpress.",
    "permissions": [
        "alarms",
        "storage",
        "clipboardRead",
        "clipboardWrite",
        "cookies",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.wordpress.com\/*",
        "https:\/\/app.productdyno.com\/*"
    ],
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "content-scripts\/main.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/*.js",
                "content-scripts\/token-grabber.js"
            ],
            "matches": [
                "https:\/\/wordpress.com\/*",
                "https:\/\/public-api.wordpress.com\/*"
            ]
        },
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}