Linkder

Visually inspect a list of websites or social media profiles in a snap.

Linkder란 무엇입니까?

Linkder은(는) https://linkder.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Visually inspect a list of websites or social media profiles in a snap."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Visually inspect hundreds of websites or social media profiles in minutes, not hours. Click ❤️ if it's a match or ✖️ if it's not. Need to add a note? No problem. After you're finished export everything into a CSV file.                    

확장 프로그램 기본 정보

이름 Linkder Linkder
ID pjkfnccncckmlnncfcfcdngenkeecgko
공식 URL https://chromewebstore.google.com/detail/linkder/pjkfnccncckmlnncfcfcdngenkeecgko
설명 Visually inspect a list of websites or social media profiles in a snap.
파일 크기 1.65 MB
설치 횟수 84
현재 버전 1.11
최근 업데이트 2022-09-23
출시 날짜 2022-09-23
평점 5.00/5 총 1 개의 평점
개발자 https://linkder.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://linkder.co
개인정보 보호 정책 페이지 URL https://linkder.co/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkder",
    "version": "1.11",
    "description": "Visually inspect a list of websites or social media profiles in a snap.",
    "icons": {
        "128": "img\/128_icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/128_icon.png",
        "default_title": "Linkder"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/app.linkder.co\/*"
    ],
    "manifest_version": 3
}