Mavely Link Creator

Easily create shoppable links to your favorite brands and products.

Mavely Link Creator란 무엇입니까?

Mavely Link Creator은(는) https://creators.mave.ly에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily create shoppable links to your favorite brands and products."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Mavely Link Creator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Easily create shoppable links while browsing any of our Mavely supported retailer websites.The Mavely Link Creator Chrome extension is must-have for creators who want to easily create shoppable links on any Mavely-supported brand site.

It’s easy to use. While viewing an item on a supported retailer’s website, click on the Mavely Link Creator extension. Tap create and you’ll be able to copy and share your shoppable link. You’ll also see all of your links in your Mavely app or on our Mavely desktop portal.

You must have a Mavely account to use this Mavely Link Creator Chrome extension. Just sign up via our app or desktop portal to create an account.

Use Mavely to monetize your following and learn how to grow your brand. We offer hands on customer service, innovative technology, and the fastest payouts in the industry. Learn more about Mavely and sign up today at: https://www.joinmavely.com                    

확장 프로그램 기본 정보

이름 Mavely Link Creator Mavely Link Creator
ID imnkmflimlpaofnfdhaeigjcbaihaplm
공식 URL https://chromewebstore.google.com/detail/mavely-link-creator/imnkmflimlpaofnfdhaeigjcbaihaplm
설명 Easily create shoppable links to your favorite brands and products.
파일 크기 1.43 MB
설치 횟수 4,000
현재 버전 1.2.5
최근 업데이트 2024-01-23
출시 날짜 2022-08-05
평점 5.00/5 총 5 개의 평점
개발자 https://creators.mave.ly
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.joinmavely.com/
도움말 페이지 URL https://mavely.freshdesk.com/
개인정보 보호 정책 페이지 URL https://mavely.freshdesk.com/support/solutions/articles/48000705848-terms-policies
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mavely Link Creator",
    "description": "Easily create shoppable links to your favorite brands and products.",
    "version": "1.2.5",
    "permissions": [
        "activeTab"
    ],
    "homepage_url": "https:\/\/mavely.live",
    "externally_connectable": {
        "matches": [
            "https:\/\/mavely.live\/*"
        ]
    },
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/mavely.live\/*"
    ],
    "icons": {
        "16": "icon192_black.png",
        "48": "icon192_black.png",
        "128": "icon192_black.png"
    },
    "action": {
        "default_popup": "\/index.html",
        "default_title": "Mavely Link Creator",
        "defualt_tooltip": "Open Mavely Link Creator",
        "default_icon": {
            "16": "icon192_black.png",
            "32": "icon192_black.png",
            "48": "icon192_black.png",
            "128": "icon192_black.png"
        }
    }
}