Croosing

SUPERLINK by Croosing

Was ist Croosing?

Croosing ist eine Chrome-Erweiterung, die von http://www.croosing.com entwickelt wurde, und ihr Hauptmerkmal ist "SUPERLINK by Croosing".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Croosing-Erweiterungs-CRX-Datei herunterladen

Laden Sie Croosing-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 Why:

Your clients have plenty of options. Create the one that counts.

The How:

Croosing is taking browsing forward by re-inventing what makes the Internet “click”, the hyperlink.

Introducing the groundbreaking SUPERLINK technology for autonomous browsing, Croosing enables you to lead targeted clients from any channel to complete a tailored journey towards the desired outcome.

The Differentiation:
Everyone sees "manual browsing" as a fact of life. We're changing that.

Croosing's privacy statement:

We will not collect any personally identified information unless you willingly provide it. 
Your information will be secure with us and we will not share or sell it to other parties.

Croosing's detailed privacy policy is available for you at https://www.croosing.com/Home/Privacy.                    

Grundlegende Informationen zur Erweiterung

Name Croosing Croosing
ID pbfhibikjeijaknkaikkklbhfpcbpklo
Offizielle URL https://chrome.google.com/webstore/detail/croosing/pbfhibikjeijaknkaikkklbhfpcbpklo
Beschreibung SUPERLINK by Croosing
Dateigröße 243 KB
Installationsanzahl 108
Aktuelle Version 1.27.12
Letztes Update 2019-01-14
Veröffentlichungsdatum 2019-01-14
Bewertung 4.60/5 Insgesamt 10 Bewertungen
Entwickler http://www.croosing.com
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Croosing",
    "description": "SUPERLINK by Croosing",
    "version": "1.27.12",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "cookies",
        "notifications",
        "contextMenus",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage",
        "storage"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "libs\/jquery-3.1.0.min.js",
                "libs\/jquery-ui.1.12.0.min.js",
                "libs\/bootstrap_tooltip_3.0.0.min.js",
                "libs\/jquery.light.validation.min.js",
                "libs\/css-selector-generator.js",
                "libs\/jquery.event-playback.js",
                "js\/page-scripts\/page-methods.js",
                "js\/background-storage.js",
                "js\/browser.js",
                "js\/globals.js",
                "js\/plugins\/plugin-manager.js",
                "js\/plugins\/change-url-notifier.js",
                "js\/plugins\/security\/superlink-security.js",
                "js\/captain.js",
                "js\/crooser.js",
                "js\/implmented-handlers\/handlers-manager.js",
                "js\/implmented-handlers\/inspect-scroll-handler.js",
                "js\/implmented-handlers\/inspect-elements.js",
                "js\/implmented-handlers\/emoji-handler.js",
                "js\/implmented-handlers\/bubble-text-handler.js",
                "js\/implmented-handlers\/vimeo-handler.js",
                "js\/implmented-handlers\/youtube-handler.js",
                "js\/implmented-handlers\/inspect-mouse-move-handler.js",
                "js\/implmented-handlers\/clicks-handler.js",
                "js\/implmented-handlers\/inputs-handler.js",
                "js\/implmented-handlers\/wait-for-user-handler.js",
                "js\/implmented-handlers\/subtitles-handler.js",
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "libs\/jquery-3.1.0.min.js",
            "libs\/soundmanager2.min.js",
            "libs\/soundcloud_sdk_1.1.5.min.js",
            "js\/background-messaging-storage.js",
            "js\/browser.js",
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "css\/images\/*.png",
        "css\/images\/*.gif",
        "css\/images\/*.svg",
        "js\/page-scripts\/*.js",
        "libs\/*.js",
        "css\/*.css"
    ]
}