Trafficlinkr

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

Was ist Trafficlinkr?

Trafficlinkr ist eine Chrome-Erweiterung, die von https://trafficlinkr.com entwickelt wurde, und ihr Hauptmerkmal ist "TrafficLinkr utilizes OpenAI to grab niche targeted traffic and backlinks from the most popular platforms online, Wordpress.".

Erweiterungsscreenshots

screenshot

Trafficlinkr-Erweiterungs-CRX-Datei herunterladen

Laden Sie Trafficlinkr-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Trafficlinkr Trafficlinkr
ID pcledmlonllimedabgllihlbjlgodeea
Offizielle URL https://chromewebstore.google.com/detail/trafficlinkr/pcledmlonllimedabgllihlbjlgodeea
Beschreibung TrafficLinkr utilizes OpenAI to grab niche targeted traffic and backlinks from the most popular platforms online, Wordpress.
Dateigröße 5.53 MB
Installationsanzahl 111
Aktuelle Version 0.2.3
Letztes Update 2023-11-27
Veröffentlichungsdatum 2022-12-25
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://trafficlinkr.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://trafficlinkr.com
Hilfeseite URL https://trafficlinkr.com
URL der Datenschutzrichtlinien-Seite https://profoundevo.kartra.com/page/xJl107
Unterstützte Sprachen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}