Lasso Bookmark Manager

Lasso is the all-in-one bookmark organizer for bookmarking, web research, and knowledge management.

Lasso Bookmark Manager란 무엇입니까?

Lasso Bookmark Manager은(는) https://www.lasso.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lasso is the all-in-one bookmark organizer for bookmarking, web research, and knowledge management."입니다.

확장 프로그램 스크린샷

screenshot

Lasso Bookmark Manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Lasso is the best service for creating collections of valuable content and then sharing with customers, team members, or social followers. Collections are private by default. Though, you can invite individuals or teams to collaborate on an individual or set of collections. You can also publish collections to the general public or to your social followers. It is considered by many as the best team bookmarking service available in the chrome store. It integrates with Slack. It now offers a Wordpress plugin so that curated collections can be published to your WordPress-based websites.                    

확장 프로그램 기본 정보

이름 Lasso Bookmark Manager Lasso Bookmark Manager
ID dljbdgkjfpffemlhefcdiijoflfjaefg
공식 URL https://chromewebstore.google.com/detail/lasso-bookmark-manager/dljbdgkjfpffemlhefcdiijoflfjaefg
설명 Lasso is the all-in-one bookmark organizer for bookmarking, web research, and knowledge management.
파일 크기 151 KB
설치 횟수 1,645
현재 버전 1.0.3.0
최근 업데이트 2020-10-15
출시 날짜 2020-05-15
평점 3.50/5 총 12 개의 평점
개발자 https://www.lasso.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.lasso.net/go/index.jsp?utm_source=chromestore&utm_medium=chrome&utm_campaign=organic&utm_content=general&utm_term=extension
도움말 페이지 URL https://lassoyourdreams.zendesk.com/hc/en-us?utm_source=chromestore
개인정보 보호 정책 페이지 URL http://www.lasso.net/go/lasso/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lasso Bookmark Manager",
    "version": "1.0.3.0",
    "description": "Lasso is the all-in-one bookmark organizer for bookmarking, web research, and knowledge management.",
    "homepage_url": "http:\/\/www.lasso.net\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "ci.content.pack.js",
                "js\/content\/jquery.js",
                "js\/content\/vflHeadScript.js",
                "js\/content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/lasso-plugin-icon_64.png",
        "default_title": "Lasso Bookmark Manager"
    },
    "icons": {
        "24": "img\/lasso-plugin-icon_24.png",
        "48": "img\/lasso-plugin-icon_48.png",
        "128": "img\/lasso-plugin-icon_128.png"
    }
}