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
官方網址 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": [
        ""
    ]
}