Trafficlinkr

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

Trafficlinkr क्या है?

Trafficlinkr https://trafficlinkr.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TrafficLinkr utilizes OpenAI to grab niche targeted traffic and backlinks from the most popular platforms online, Wordpress."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Trafficlinkr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}