Flipabit

One-click access to your Flipabit projects

Hvad er Flipabit?

Flipabit er en Chrome-udvidelse udviklet af https://flipabit.dev, og dens hovedfunktion er "One-click access to your Flipabit projects".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Flipabit-udvidelses-CRX-fil

Download Flipabit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Flipabit Flipabit
ID bhejdokeanikmccgpdlljanfgfilkdjg
Officiel URL https://chromewebstore.google.com/detail/flipabit/bhejdokeanikmccgpdlljanfgfilkdjg
Beskrivelse One-click access to your Flipabit projects
Filstørrelse 46.81 KB
Antal Installationer 42
Nuværende Version 0.0.0.2
Senest Opdateret 2021-09-07
Udgivelsesdato 2021-09-07
Udvikler https://flipabit.dev
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://flipabit.dev
Hjælpeside-URL https://flipabit.dev/contact/
URL til Fortrolighedspolitik Side https://flipabit.dev/privacy
Understøttede Sprog 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\/"
    ]
}