Paiger

Quickly share a web page through Paiger or add it to your websites for suggestions in the future

Paiger란 무엇입니까?

Paiger은(는) https://paiger.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly share a web page through Paiger or add it to your websites for suggestions in the future"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Paiger lets you quickly share or queue articles from access the internet. If you like a website and want to keep sharing their content, we will suggest you add it as a source to your Paiger account. 

To get your Paiger account, visit www.paiger.co to book your demo.                    

확장 프로그램 기본 정보

이름 Paiger Paiger
ID limfjbmhffigfaeeomdijgabjghlgkkp
공식 URL https://chromewebstore.google.com/detail/paiger/limfjbmhffigfaeeomdijgabjghlgkkp
설명 Quickly share a web page through Paiger or add it to your websites for suggestions in the future
파일 크기 77.78 KB
설치 횟수 4,124
현재 버전 1.18
최근 업데이트 2022-07-05
출시 날짜 2019-09-12
평점 5.00/5 총 3 개의 평점
개발자 https://paiger.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.paiger.co
도움말 페이지 URL https://help.paiger.co
개인정보 보호 정책 페이지 URL https://paiger.co/privacy-cookie-policy
지원되는 언어 en
manifest.json
{
    "author": "@paiger",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "content-icon-128.png",
        "default_popup": "popup.html",
        "default_title": "Click to add websites to your social assistant, schedule on your social or open in Prospector"
    },
    "description": "Quickly share a web page through Paiger or add it to your websites for suggestions in the future",
    "homepage_url": "https:\/\/paiger.co",
    "icons": {
        "128": "content-logo-128.png",
        "16": "content-logo-16.png",
        "48": "content-logo-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgfMK2FobZ4Jr9X0at9RHSM0UQqgPSTOn1GhnDcc8RP0\/nRQhI5BRTh62TZAygQXUWrH3MjInXQV0x+W1xoekgXZS0SGu7l1fH9RSnsfnks1nBa95osRdPcEtpYBJyrVStW6uX4XTC\/b54JiPItwYaIZ3gph38gVPJSKbvAtTNDu+K7kb4366x\/XtSDtlcCr6CiMnizdk9d0LjGuagQzbKu6oXVsz\/7xrHw1D2U5J6gczMmPgA+ANuqNryDvzcsHkGoOjlsOVM0ynDYcPw33VGJUWnEcWzbnJjM\/BijRA0VGoCspeazrIRf7s3yZOK+d2zDPrqh4SlbjZBm5F96n7uQIDAQAB",
    "manifest_version": 2,
    "name": "Paiger",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.18"
}