Travelpayouts

Travelpayouts Chrome Extension helps you to create affiliate links just from a browser.

Travelpayoutsคืออะไร?

Travelpayouts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.travelpayouts.com และคุณลักษณะหลักของมันคือ "Travelpayouts Chrome Extension helps you to create affiliate links just from a browser."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Travelpayouts

ดาวน์โหลดไฟล์ส่วนขยาย Travelpayouts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Travelpayouts Chrome Extension helps you to create affiliate links just from a browser.
No need to log in Travelpayouts to get your link. Easy and fast!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Travelpayouts Travelpayouts
ID mkflfhejpbpoinpcenpmfpbfgkeldfod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/travelpayouts/mkflfhejpbpoinpcenpmfpbfgkeldfod
คำอธิบาย Travelpayouts Chrome Extension helps you to create affiliate links just from a browser.
ขนาดไฟล์ 108 KB
จำนวนการติดตั้ง 2,716
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2021-07-12
วันที่เผยแพร่ 2020-03-13
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://www.travelpayouts.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://support.travelpayouts.com/hc/en-us/articles/360008973099
URL หน้านโยบายความเป็นส่วนตัว https://support.travelpayouts.com/hc/en-us/articles/4403351837074-Travelpayouts-Chrome-extension-Privacy-Policy
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.0",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "minimum_chrome_version": "63.0.3239.0",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "identity",
        ""
    ],
    "icons": {
        "128": "images\/tp_logo.png"
    },
    "background": {
        "scripts": [
            "ga.js",
            "bg.js"
        ]
    },
    "browser_action": {
        "default_title": "Travelpayouts",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "bar.html",
        "bar.js",
        "bar.css",
        "common.js",
        "images\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/travelpayouts.com\/*",
            "*:\/\/*.travelpayouts.com\/*"
        ]
    },
    "commands": {
        "shortern-and-copy": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Shorten and copy"
        }
    }
}