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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
        ""
    ]
}