HoloPlayer for Facebook
This extension automatically translates HoloBuilder.com links into embedded 3D presentations on Facebook.
Qu'est-ce que HoloPlayer for Facebook ?
HoloPlayer for Facebook est une extension Chrome développée par HoloBuilder.com, et sa fonction principale est "This extension automatically translates HoloBuilder.com links into embedded 3D presentations on Facebook.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HoloPlayer for Facebook
Téléchargez les fichiers d'extension HoloPlayer for Facebook au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | HoloPlayer for Facebook |
ID | elmhamdkjmleopdpjjmoccmiepjeghio |
URL Officiel | https://chromewebstore.google.com/detail/holoplayer-for-facebook/elmhamdkjmleopdpjjmoccmiepjeghio |
Description | This extension automatically translates HoloBuilder.com links into embedded 3D presentations on Facebook. |
Taille du Fichier | 1 MB |
Nombre d'Installations | 49 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-05-07 |
Date de Publication | 2015-05-07 |
Évaluation | 3.88/5 Total 8 Évaluations |
Développeur | HoloBuilder.com |
Type de Paiement | free |
Site Web de l'Extension | https://www.holobuilder.com |
URL de la Page d'Aide | https://twitter.com/holobuilder |
Langues Prises en Charge | 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" ] } ] } |