The Yellowdig Extension

Yellowdig is a social pin-board for teams that lets you share awesome stuff within your private community.

Wat is The Yellowdig Extension?

The Yellowdig Extension is een Chrome-extensie ontwikkeld door https://www.yellowdig.com, en de belangrijkste functie is "Yellowdig is a social pin-board for teams that lets you share awesome stuff within your private community.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie The Yellowdig Extension

Download The Yellowdig Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Yellowdig is a social pin-board for teams that lets you share awesome stuff within your private community. Pin notes, links, photos, office files, videos, feed etc. for your own use later or to share with others in your community. You decide what you share with whom. It is that simple.                    

Basisinformatie over de Extensie

Naam The Yellowdig Extension The Yellowdig Extension
ID dnnkpopigdngaodampfadmcgcfiepncb
Officiële URL https://chromewebstore.google.com/detail/the-yellowdig-extension/dnnkpopigdngaodampfadmcgcfiepncb
Beschrijving Yellowdig is a social pin-board for teams that lets you share awesome stuff within your private community.
Bestandsgrootte 372 KB
Aantal Installaties 70
Huidige Versie 1.9.3
Laatst Bijgewerkt 2016-08-31
Publicatiedatum 2016-08-31
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://www.yellowdig.com
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Yellowdig Extension",
    "version": "1.9.3",
    "description": "Yellowdig is a social pin-board for teams that lets you share awesome stuff within your private community.",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "storage",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "Yellowdig it!",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/content.js",
        "js\/popup.js",
        "js\/yd.js",
        "manifest.json"
    ],
    "background": {
        "scripts": [
            "js\/popup.js",
            "js\/yd.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "bgicon.png"
    },
    "author": "Six Deg Inc."
}