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.”。
扩展截图
下载Pogo Extension扩展crx文件
下载Pogo Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" ] } |