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
Eメール [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": [
        ""
    ]
}