ExtraPe - Affiliate Link Converter

Affiliate Link Converter, Auto Posting on Telegram, Social Media Sharing (Whatsapp, Facebook, Twitter), Quick Earning Insights

O que é ExtraPe - Affiliate Link Converter?

ExtraPe - Affiliate Link Converter é uma extensão do Chrome desenvolvida por https://extrape.com, e sua principal característica é "Affiliate Link Converter, Auto Posting on Telegram, Social Media Sharing (Whatsapp, Facebook, Twitter), Quick Earning Insights".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ExtraPe - Affiliate Link Converter

Baixe arquivos de extensão ExtraPe - Affiliate Link Converter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        What's New:

Convert deal links into ExtraPe affiliate links on your desktop with just few click using our Chrome extension.
Convert the listed stores on ExtraPe into affiliate earning links and easily share them on popular social media platforms such as Telegram, Whatsapp, Facebook, Twitter, and personal blogs.
The Chrome extension displays additional information about the maximum earning you can earn by sharing the respective product without visiting individual store detail pages.
Control where and to who you share your affiliate links by using the Auto Post toggle button without affecting your main auto-post setting.

Features:

One-click access and it auto-captures your current page link and allows you to add content and image to it. And converting them into your affiliate content.
Utilize the chrome extension on 500+ stores which includes e-commerce and BFSI stores.
Automatically post your converted content on your configured channels with the Telegram auto-posting feature.
Toggle off auto-posting to only convert content without sharing them on your configured channels.
Share converted content directly on your social media channels (Telegram, Whatsapp, Facebook, Twitter) using the Chrome extension or post them on your configured Telegram channels.
Access earning reports, configure Amazon tags, and manage other settings through the Settings option.

Save time by using the ExtraPe Chrome extension to share deals on your social media channels directly from your desktop.                    

Informações Básicas da Extensão

Nome ExtraPe - Affiliate Link Converter ExtraPe - Affiliate Link Converter
ID jkjdnkdcmpidffnghmclamlhadpflhlb
URL Oficial https://chromewebstore.google.com/detail/extrape-affiliate-link-co/jkjdnkdcmpidffnghmclamlhadpflhlb
Descrição Affiliate Link Converter, Auto Posting on Telegram, Social Media Sharing (Whatsapp, Facebook, Twitter), Quick Earning Insights
Tamanho do Arquivo 266 KB
Contagem de Instalações 825
Versão Atual 3.0.7
Última Atualização 2024-01-18
Data de Publicação 2023-07-11
Classificação 4.60/5 Total de 10 Avaliações
Desenvolvedor https://extrape.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.extrape.com/
URL da Página de Ajuda https://www.extrape.com/terms-and-conditions#22
URL da Página de Política de Privacidade https://www.extrape.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ExtraPe - Affiliate Link Converter",
    "description": "Affiliate Link Converter, Auto Posting on Telegram, Social Media Sharing (Whatsapp, Facebook, Twitter), Quick Earning Insights",
    "version": "3.0.7",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "\/images\/icon.png",
        "default_locale": "en"
    },
    "icons": {
        "32": "\/images\/icon_32x32.png",
        "48": "\/images\/icon_48x48.png",
        "64": "\/images\/icon_64x64.png",
        "128": "\/images\/icon_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:3001\/",
                "https:\/\/www.extrape.com\/"
            ],
            "js": [
                "js\/contentscript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "externally_connectable": {
        "matches": [
            ""
        ]
    },
    "permissions": [
        "cookies",
        "tabs",
        "clipboardWrite"
    ],
    "host_permissions": [
        ""
    ]
}