ExtraPe - Affiliate Link Converter

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

什么是ExtraPe - Affiliate Link Converter?

ExtraPe - Affiliate Link Converter是由https://extrape.com开发的Chrome扩展程序,该扩展的主要功能是“Affiliate Link Converter, Auto Posting on Telegram, Social Media Sharing (Whatsapp, Facebook, Twitter), Quick Earning Insights”。

扩展截图

screenshot
screenshot
screenshot

下载ExtraPe - Affiliate Link Converter扩展crx文件

下载ExtraPe - Affiliate Link Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 ExtraPe - Affiliate Link Converter ExtraPe - Affiliate Link Converter
ID jkjdnkdcmpidffnghmclamlhadpflhlb
官方URL https://chromewebstore.google.com/detail/extrape-affiliate-link-co/jkjdnkdcmpidffnghmclamlhadpflhlb
简介 Affiliate Link Converter, Auto Posting on Telegram, Social Media Sharing (Whatsapp, Facebook, Twitter), Quick Earning Insights
文件大小 266 KB
安装次数 825
当前版本 3.0.7
更新时间 2024-01-18
上架时间 2023-07-11
评分 4.60/5 共10次评分
开发者 https://extrape.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.extrape.com/
帮助页面URL https://www.extrape.com/terms-and-conditions#22
隐私政策页面URL https://www.extrape.com/privacy-policy
支持的语言 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": [
        ""
    ]
}