TabSync Pro

Manage your tabs between devices and access them anywhere through cloud.

TabSync Pro란 무엇입니까?

TabSync Pro은(는) https://fastaddons.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage your tabs between devices and access them anywhere through cloud."입니다.

확장 프로그램 스크린샷

screenshot

TabSync Pro 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        NOTE: This extension is a bit outdated now. It lacks some features and I don't have enough time to finish it. But it works just fine.

TabSync Pro - manage and synchronize your tab between devices and browsers (Chrome version is coming soon).
Cloud account is required, you can use your existing Gmail / Facebook / Twitter account:
https://tabsync.fastaddons.com/

Top features:
- Cloud tabs - access your tabs on all your devices even when they are offline - using any web-browser, including your phone! Visit: https://tabsync.fastaddons.com/cloud
- tab management - organize tabs remotely on your PC at work from home
- No Ads!


Contribution:
- I'm full-time extension developer and your donations is my only income. There are no ads in my extensions!
- Please support my work by:
    - Buy me a coffee - https://ko-fi.com/fastaddons
    - Patron - https://www.patreon.com/fastaddons
    - PayPal donation - https://paypal.me/fastaddons/

Thank you! :)
Your donation will help me keep this extension working in future versions of Chrome!                    

확장 프로그램 기본 정보

이름 TabSync Pro TabSync Pro
ID jdlfehkflgfmniokcligbfdjobgapehn
공식 URL https://chromewebstore.google.com/detail/tabsync-pro/jdlfehkflgfmniokcligbfdjobgapehn
설명 Manage your tabs between devices and access them anywhere through cloud.
파일 크기 176 KB
설치 횟수 339
현재 버전 3.1
최근 업데이트 2022-12-21
출시 날짜 2019-08-24
평점 4.75/5 총 8 개의 평점
개발자 https://fastaddons.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://tabsync.fastaddons.com/
개인정보 보호 정책 페이지 URL https://github.com/fastaddons/privacy_policy
지원되는 언어 en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.1",
    "default_locale": "en",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_desc__",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "background.loader.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tabsync.fastaddons.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content_script\/content_script.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "128": "128.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "alarms",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ]
}