Jisp

The Jisp browser extension captures the things you want to save, such as the websites and blogs you visit and the products you love.

Was ist Jisp?

Jisp ist eine Chrome-Erweiterung, die von https://www.jisp.com entwickelt wurde, und ihr Hauptmerkmal ist "The Jisp browser extension captures the things you want to save, such as the websites and blogs you visit and the products you love.".

Erweiterungsscreenshots

screenshot
screenshot

Jisp-Erweiterungs-CRX-Datei herunterladen

Laden Sie Jisp-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

                        The Jisp browser extension captures the things you want to save, such as the websites and blogs you visit and the products you love. So, the next time you visit a shop, whether its online or in the high street, the information you need is on hand.                    

Grundlegende Informationen zur Erweiterung

Name Jisp Jisp
ID lahecomdboclchojdmjnigilfemopace
Offizielle URL https://chrome.google.com/webstore/detail/jisp/lahecomdboclchojdmjnigilfemopace
Beschreibung The Jisp browser extension captures the things you want to save, such as the websites and blogs you visit and the products you love.
Dateigröße 1.92 MB
Installationsanzahl 15
Aktuelle Version 1.1.7
Letztes Update 2018-08-01
Veröffentlichungsdatum 2018-08-01
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://www.jisp.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.jisp.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jisp",
    "short_name": "Jisp",
    "version": "1.1.7",
    "description": "The Jisp browser extension captures the things you want to save, such as the websites and blogs you visit and the products you love.",
    "author": "Bubbles Online Services Ltd",
    "default_locale": "en",
    "icons": {
        "16": "img\/16x16.png",
        "48": "img\/48x48.png",
        "128": "img\/128x128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "vendor\/angular\/angular.min.js",
            "vendor\/raven\/raven.min.js",
            "vendor\/raven\/angular-raven.min.js",
            "common.js",
            "background.js",
            "app\/Utils\/UtilsService.js",
            "app\/Config\/ConfigService.js",
            "app\/Storage\/StorageService.js",
            "app\/Log\/LogService.js",
            "app\/Analytics\/AnalyticsService.js",
            "app\/Account\/AccountService.js",
            "app\/Account\/AuthInterceptorService.js",
            "app\/PageContent\/PageContentService.js",
            "bootstrap.js"
        ]
    },
    "browser_action": {
        "default_title": "Jisp",
        "default_icon": "img\/128x128.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "",
        "activeTab"
    ],
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "vendor\/jquery\/jquery.min.js",
                "vendor\/jisp.productparsers\/jisp.productparsers.js",
                "pagescript\/ContentPageWorker.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "sidebar.html",
        "vendor\/jquery\/jquery.min.js",
        "config.json"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}