AlphaSense Web Clipper

Easily save articles to AlphaSense

AlphaSense Web Clipperคืออะไร?

AlphaSense Web Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://alpha-sense.com และคุณลักษณะหลักของมันคือ "Easily save articles to AlphaSense"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AlphaSense Web Clipper

ดาวน์โหลดไฟล์ส่วนขยาย AlphaSense Web Clipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        AlphaSense Web Clipper

The intelligent way to search web clippings.

AlphaSense is the “Google” for company research and utilizes the power of machine learning and natural language processing to allow users to search across a universe of curated content.
Clip any web page using this Google Chrome extension, store them to be searched alongside other content in AlphaSense. Highlight, annotate and share content, as desired, with colleagues.   
Web Clipper helps increase workflow efficiency by organizing relevant content within AlphaSense, eliminating the need to parse through numerous bookmarks to locate an article or website of interest, and helps provide context and a more comprehensive story for research when combined with existing AlphaSense content.  
Access to AlphaSense requires a subscription. Visit www.alpha-sense.com for more information.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AlphaSense Web Clipper AlphaSense Web Clipper
ID odjjihghjdapmcfjhnkkkikiibladmkj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alphasense-web-clipper/odjjihghjdapmcfjhnkkkikiibladmkj
คำอธิบาย Easily save articles to AlphaSense
ขนาดไฟล์ 259 KB
จำนวนการติดตั้ง 892
เวอร์ชันปัจจุบัน 2.5.4
อัปเดตครั้งล่าสุด 2023-05-22
วันที่เผยแพร่ 2020-02-05
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://alpha-sense.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.alpha-sense.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "author": "AlphaSense",
    "name": "AlphaSense Web Clipper",
    "description": "Easily save articles to AlphaSense",
    "version": "2.5.4",
    "minimum_chrome_version": "50.0.0",
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/logo\/ua_as_logo_16.png",
            "24": "img\/logo\/ua_as_logo_24.png",
            "32": "img\/logo\/ua_as_logo_32.png"
        },
        "default_title": "Sign in to Web Clipper"
    },
    "icons": {
        "16": "img\/logo\/as_logo_16.png",
        "48": "img\/logo\/as_logo_48.png",
        "128": "img\/logo\/as_logo_128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "activeTab",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "cookies"
    ],
    "commands": {
        "ASoptions": {
            "suggested_key": {
                "default": "Alt+Shift+C"
            },
            "description": "Show Options"
        }
    },
    "web_accessible_resources": [
        "html\/loading.html",
        "html\/mainDailog.html",
        "img\/dnd.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/clipperFrame.css"
            ],
            "js": [
                "js\/lib\/jquery-3.1.1.min.js",
                "js\/pageConverter.js",
                "js\/framehandler.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}