Travelpayouts

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

Cos'è Travelpayouts?

Travelpayouts è un'estensione di Chrome sviluppata da https://www.travelpayouts.com, e la sua funzione principale è "Travelpayouts Chrome Extension helps you to create affiliate links just from a browser.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Travelpayouts

Scarica i file di estensione Travelpayouts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Travelpayouts Travelpayouts
ID mkflfhejpbpoinpcenpmfpbfgkeldfod
URL Ufficiale https://chromewebstore.google.com/detail/travelpayouts/mkflfhejpbpoinpcenpmfpbfgkeldfod
Descrizione Travelpayouts Chrome Extension helps you to create affiliate links just from a browser.
Dimensione del File 108 KB
Conteggio Installazioni 2,716
Versione Corrente 1.2.0
Ultimo Aggiornamento 2021-07-12
Data di Pubblicazione 2020-03-13
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore https://www.travelpayouts.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://support.travelpayouts.com/hc/en-us/articles/360008973099
URL della Pagina della Politica sulla Privacy https://support.travelpayouts.com/hc/en-us/articles/4403351837074-Travelpayouts-Chrome-extension-Privacy-Policy
Lingue Supportate 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"
        }
    }
}