DealTabs - browser tab organizer

Browser Tabs\Windows saver and organizer

Cos'è DealTabs - browser tab organizer?

DealTabs - browser tab organizer è un'estensione di Chrome sviluppata da https://dealtabs.com, e la sua funzione principale è "Browser Tabs\Windows saver and organizer".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DealTabs - browser tab organizer

Scarica i file di estensione DealTabs - browser tab organizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Browser Tabs\Windows saver and organizer

Have you ever experienced work on multiple projects or planning a trip, having many windows full of tabs?
That mess and endless search of the needed tab or window?

DealTabs is a browser tabs\windows organizer extension that allows you to save all tabs or windows into sessions. With the session, you can reopen all links together or separately in one click.

Make a Deal with your tabs!

***

All new users receive free premium!

***

REQUIRES ACCOUNT to work.
Sign in with Google, or Facebook makes it just a few clicks away.

With the account, you can synchronize your sessions, access our web session manager to see your data on all devices for all users, and browser synchronization for premium users.                    

Informazioni di Base sull'Estensione

Nome DealTabs - browser tab organizer DealTabs - browser tab organizer
ID hfojefnbjfhacmgjnoijcbmakplknmhk
URL Ufficiale https://chrome.google.com/webstore/detail/hfojefnbjfhacmgjnoijcbmakplknmhk
Descrizione Browser Tabs\Windows saver and organizer
Dimensione del File 1.17 MB
Conteggio Installazioni 24
Versione Corrente 4.0
Ultimo Aggiornamento 2021-05-13
Data di Pubblicazione 2020-10-14
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore https://dealtabs.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://dealtabs.com
URL della Pagina della Politica sulla Privacy https://dealtabs.com/en/privacy-policy
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "4.0",
    "browser_action": {
        "default_icon": {
            "16": "logo128.png",
            "48": "logo128.png",
            "128": "logo128.png",
            "512": "logo128.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "logo128.png",
        "48": "logo128.png",
        "128": "logo128.png",
        "512": "logo128.png"
    },
    "permissions": [
        "cookies",
        "*:\/\/*.dealtabs.com\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background\/liveSync.js",
            "background\/events.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'sha256-cT+P4uPHWWyeZo4bHqFAE4ZJhD3o+YBIZf5Mvrb+TZc='; object-src 'self'"
}