HoloPlayer for Facebook
This extension automatically translates HoloBuilder.com links into embedded 3D presentations on Facebook.
Co to jest HoloPlayer for Facebook?
HoloPlayer for Facebook to rozszerzenie Chrome opracowane przez HoloBuilder.com, a jego główną funkcją jest „This extension automatically translates HoloBuilder.com links into embedded 3D presentations on Facebook.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HoloPlayer for Facebook
Pobierz pliki rozszerzeń HoloPlayer for Facebook w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | HoloPlayer for Facebook |
ID | elmhamdkjmleopdpjjmoccmiepjeghio |
Oficjalny URL | https://chromewebstore.google.com/detail/holoplayer-for-facebook/elmhamdkjmleopdpjjmoccmiepjeghio |
Opis | This extension automatically translates HoloBuilder.com links into embedded 3D presentations on Facebook. |
Rozmiar pliku | 1 MB |
Liczba instalacji | 49 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2015-05-07 |
Data Publikacji | 2015-05-07 |
Ocena | 3.88/5 Łącznie 8 Oceny |
Deweloper | HoloBuilder.com |
Typ Płatności | free |
Strona Rozszerzenia | https://www.holobuilder.com |
Adres URL Strony Pomocy | https://twitter.com/holobuilder |
Obsługiwane Języki | 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" ] } ] } |