HoloPlayer for Facebook

This extension automatically translates HoloBuilder.com links into embedded 3D presentations on Facebook.

Wat is HoloPlayer for Facebook?

HoloPlayer for Facebook is een Chrome-extensie ontwikkeld door HoloBuilder.com, en de belangrijkste functie is "This extension automatically translates HoloBuilder.com links into embedded 3D presentations on Facebook.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HoloPlayer for Facebook

Download HoloPlayer for Facebook-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

                        With this extension, you can dive into virtual 360° tours that were created with HoloBuilder.com directly on Facebook. Simply post the link to a HoloBuilder presentation and HoloPlayer for Facebook will automatically create an embedded virtual tour from it. Visit https://www.holobuilder.com/ for more information!                    

Basisinformatie over de Extensie

Naam HoloPlayer for Facebook HoloPlayer for Facebook
ID elmhamdkjmleopdpjjmoccmiepjeghio
Officiële URL https://chromewebstore.google.com/detail/holoplayer-for-facebook/elmhamdkjmleopdpjjmoccmiepjeghio
Beschrijving This extension automatically translates HoloBuilder.com links into embedded 3D presentations on Facebook.
Bestandsgrootte 1 MB
Aantal Installaties 49
Huidige Versie 1.1
Laatst Bijgewerkt 2015-05-07
Publicatiedatum 2015-05-07
Beoordeling 3.88/5 Totaal 8 Beoordelingen
Ontwikkelaar HoloBuilder.com
Betalingswijze free
Extensiewebsite https://www.holobuilder.com
Help Pagina-URL https://twitter.com/holobuilder
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "HoloBuilder.com",
    "name": "HoloPlayer for Facebook",
    "short_name": "HoloPlayer4FB",
    "description": "This extension automatically translates HoloBuilder.com links into embedded 3D presentations on Facebook.",
    "version": "1.1",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "jquery.js",
                "holobuilderify.js"
            ]
        }
    ]
}