DealTabs - browser tab organizer

Browser Tabs\Windows saver and organizer

DealTabs - browser tab organizer란 무엇입니까?

DealTabs - browser tab organizer은(는) https://dealtabs.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser Tabs\Windows saver and organizer"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

DealTabs - browser tab organizer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 DealTabs - browser tab organizer DealTabs - browser tab organizer
ID hfojefnbjfhacmgjnoijcbmakplknmhk
공식 URL https://chrome.google.com/webstore/detail/hfojefnbjfhacmgjnoijcbmakplknmhk
설명 Browser Tabs\Windows saver and organizer
파일 크기 1.17 MB
설치 횟수 24
현재 버전 4.0
최근 업데이트 2021-05-13
출시 날짜 2020-10-14
평점 4.00/5 총 1 개의 평점
개발자 https://dealtabs.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://dealtabs.com
개인정보 보호 정책 페이지 URL https://dealtabs.com/en/privacy-policy
지원되는 언어 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'"
}