Pogo Extension

Monetize your Pinterest Pins and engage people with targeted conversations about the things they love.

Pogo Extension란 무엇입니까?

Pogo Extension은(는) https://yourpogo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monetize your Pinterest Pins and engage people with targeted conversations about the things they love."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Pogo is a Pay-For-Performance Digital Publishing Platform for Pinterest. Pogo leverages the power of affiliate advertising to earn money from the purchases your Pinterest followers are already making.

You're already posting lots of pins on Pinterest. Why not take advantage of them? Your followers wait an average of 3-8 seconds a link to load. Pogo helps you take advantage of that window of time by displaying custom content. Here are some of the ways to use it:
1. Promote your website, blog, and other social media websites. Why limit the party to only one profile?
2. Generate passive monthly income from purchases your followers are already making.
3. Use the valuable window of time to communicate a message or promote a cause.

How to use:
1. Download the Pogo PinIt Extension and install.
2. Be sure to create a Pinterest account.
3. Be sure to create a Pogo account (Go to: http://yourpogo.com)

That's it! Happy Pinning.                    

확장 프로그램 기본 정보

이름 Pogo Extension Pogo Extension
ID lklfjcodhgcfjbmffgiadhchjhlbkefg
공식 URL https://chromewebstore.google.com/detail/pogo-extension/lklfjcodhgcfjbmffgiadhchjhlbkefg
설명 Monetize your Pinterest Pins and engage people with targeted conversations about the things they love.
파일 크기 75.52 KB
설치 횟수 208
현재 버전 1.3
최근 업데이트 2016-03-14
출시 날짜 2016-03-14
평점 4.00/5 총 1 개의 평점
개발자 https://yourpogo.com
결제 유형 free
확장 프로그램 웹 사이트 http://yourpogo.com
도움말 페이지 URL http://yourpogo.com/FAQ
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pogo Extension",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Monetize your Pinterest Pins and engage people with targeted conversations about the things they love.",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/yourpogo.com\/",
    "version": "1.3",
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/button.png",
        "default_title": "Pogo Pinterest Extension Button"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}