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