Ufluencer

Turn product links into personal affiliate links and get paid to share them

Ufluencer란 무엇입니까?

Ufluencer은(는) ufluencer-tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn product links into personal affiliate links and get paid to share them"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Ufluencer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Always telling your family, friends or followers what to buy? 

Do you want to be paid for finding and sharing good products? 

The ufluencer browser extension automatically turns Amazon product links into the link to your own personal affiliate page on ufluencer. 

This extension helps you to setup your ufluencer account, create an account, and easily list your favorite products. 

You can then share your ufluencer page with others. If someone buys any product from your page, ufluencer pays you. Make your ufluencer page today and share your profile link to get started.

If you have any trouble, email us at [email protected]. We currently only support Amazon.com. 

----------------------------------------------------

By using this add-on, you agree to the ufluencer Terms & Conditions available at https://ufluencer.com/terms-and-conditions.html                    

확장 프로그램 기본 정보

이름 Ufluencer Ufluencer
ID jfdjclibgoocbdeaafliknnlljklkode
공식 URL https://chrome.google.com/webstore/detail/ufluencer/jfdjclibgoocbdeaafliknnlljklkode
설명 Turn product links into personal affiliate links and get paid to share them
파일 크기 1.44 MB
설치 횟수 32
현재 버전 1.0.2
최근 업데이트 2020-04-26
출시 날짜 2020-04-26
평점 4.83/5 총 6 개의 평점
개발자 ufluencer-tech
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.ufluencer.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ufluencer",
    "description": "Turn product links into personal affiliate links and get paid to share them",
    "version": "1.0.2",
    "author": "ufluencer",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "ufluencer-chrome-extension",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon_48.png",
            "32": "icons\/icon_48.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "include_globs": [
                "*:\/\/www.amazon.com\/*",
                "*:\/\/amazon.com\/*"
            ],
            "js": [
                "popup\/dialog.js"
            ],
            "css": [
                "popup\/dialog.css"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "icons\/*.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}