Flipabit

One-click access to your Flipabit projects

Was ist Flipabit?

Flipabit ist eine Chrome-Erweiterung, die von https://flipabit.dev entwickelt wurde, und ihr Hauptmerkmal ist "One-click access to your Flipabit projects".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Flipabit-Erweiterungs-CRX-Datei herunterladen

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

                        Quickly access your Apps on Flipabit via a handy popup in Google Chrome.

Features included:
 - Access all your apps on Flipabit in one click
 - Get notified when build is finished
 - Quickly download your builds
 - See a build error reports

Just click to the extension icon to get access to all your Flipabit projects and builds. 
Now you don't need to open Flipabit Cloud webside each time you want to review your projects.                    

Grundlegende Informationen zur Erweiterung

Name Flipabit Flipabit
ID bhejdokeanikmccgpdlljanfgfilkdjg
Offizielle URL https://chromewebstore.google.com/detail/flipabit/bhejdokeanikmccgpdlljanfgfilkdjg
Beschreibung One-click access to your Flipabit projects
Dateigröße 46.81 KB
Installationsanzahl 42
Aktuelle Version 0.0.0.2
Letztes Update 2021-09-07
Veröffentlichungsdatum 2021-09-07
Entwickler https://flipabit.dev
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://flipabit.dev
Hilfeseite URL https://flipabit.dev/contact/
URL der Datenschutzrichtlinien-Seite https://flipabit.dev/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flipabit",
    "description": "One-click access to your Flipabit projects",
    "version": "0.0.0.2",
    "icons": {
        "128": "assets\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icons\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/cloud.flipab.it\/"
    ]
}