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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://trafficlinkr.com
عنوان صفحة سياسة الخصوصية 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}