Jarvis

Jarvis is the fastest way to find, plan, and post content proven to be engaging on Facebook and Twitter. Use the Jarvis Chrome…

Was ist Jarvis?

Jarvis ist eine Chrome-Erweiterung, die von http://choosejarvis.com entwickelt wurde, und ihr Hauptmerkmal ist "Jarvis is the fastest way to find, plan, and post content proven to be engaging on Facebook and Twitter. Use the Jarvis Chrome…".

Erweiterungsscreenshots

screenshot

Jarvis-Erweiterungs-CRX-Datei herunterladen

Laden Sie Jarvis-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Jarvis is the fastest way to find, plan, and post content proven to be engaging on Facebook and Twitter. 

Use the Jarvis Chrome extension to re-share popular links from social networks with a single click. The extension is less than 100kb -- the size of a small picture -- so it won't slow down your web browsing experience at all!                    

Grundlegende Informationen zur Erweiterung

Name Jarvis Jarvis
ID gkgiipfobdlbeinehbhdgadhjncomefn
Offizielle URL https://chrome.google.com/webstore/detail/jarvis/gkgiipfobdlbeinehbhdgadhjncomefn
Beschreibung Jarvis is the fastest way to find, plan, and post content proven to be engaging on Facebook and Twitter. Use the Jarvis Chrome…
Dateigröße 99.05 KB
Installationsanzahl 233
Aktuelle Version 0.0.2
Letztes Update 2016-07-06
Veröffentlichungsdatum 2016-07-06
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler http://choosejarvis.com
Zahlungsart free
Erweiterungswebsite http://choosejarvis.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jarvis",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Share this page with Jarvis"
    },
    "description": "",
    "version": "0.0.2",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery-2.1.1.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/jarvis-facebook.js"
            ],
            "css": [
                "css\/jarvis-facebook.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "js": [
                "js\/jarvis-reddit.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*",
                "*:\/\/twitter.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "js\/jarvis-twitter.js"
            ],
            "css": [
                "css\/jarvis-twitter.css"
            ]
        }
    ],
    "manifest_version": 2
}