Yipp BETA

Create and curate collections of web pages with others

What is Yipp BETA?

Yipp BETA is a Chrome extension developed by http://joinyipp.com, and its main feature is "Create and curate collections of web pages with others".

Extension Screenshots

screenshot
screenshot
screenshot

Download Yipp BETA Extension CRX File

Download Yipp BETA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Bring all your group's research together, giving everyone shared collections where web pages are organized, accessible and annotated. 

Help us make Yipp better! Email us at [email protected] with ideas, bugs, and more :)

FEATURES

Shared collections: Start a collection of web pages and invite others to help you build it out.

Page annotation: Leave comments directly on each page.

Direct Link Tagging: Forget about copy/pasting links to your peers. Yipp let's you tag people directly on any page.                    

Extension Basic Information

Name Yipp BETA Yipp BETA
ID lephjajphneoinokolflebmffpfmpplo
Official URL https://chrome.google.com/webstore/detail/yipp-beta/lephjajphneoinokolflebmffpfmpplo
Description Create and curate collections of web pages with others
File Size 2.65 MB
Installation Count 27
Current Version 1.54
Last Updated 2018-02-06
Publish Date 2018-02-06
Rating 5.00/5 Total 3 Ratings
Developer http://joinyipp.com
Payment Type free
Extension Website https://www.joinyipp.com
Help Page URL https://www.joinyipp.com/help/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yipp BETA",
    "description": "Create and curate collections of web pages with others",
    "version": "1.54",
    "browser_action": {
        "default_icon": "iconActive128.png",
        "default_popup": "register.html",
        "default_title": "Click here!"
    },
    "icons": {
        "128": "iconActive128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/code.jquery.com https:\/\/*.firebaseio.com https:\/\/cdnjs.cloudflare.com https:\/\/connect.facebook.net https:\/\/maxcdn.bootstrapcdn.com https:\/\/www.gstatic.com\/ 'sha256-T4R\/t1xAG5XQkwrxIyFSM8oa5kR4dgDzCBadBGWklDY=' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "gcm",
        "activeTab",
        "tabs",
        "storage",
        "cookies",
        "*:\/\/pickle-server-183401.appspot.com\/*",
        "notifications"
    ]
}