Subscrybe

Manage subscriptions, and get alerted before next billing date.

Subscrybeคืออะไร?

Subscrybe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://subscrybe.app และคุณลักษณะหลักของมันคือ "Manage subscriptions, and get alerted before next billing date."

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

screenshot
screenshot
screenshot

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

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

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

                        Have you ever subscribed for a free trial, and then forgot to cancel? Or use a paid service for a few months, stopped using it and kept getting charged?

Subscrybe is here to solve that problem, while minimizing friction.

It works in your browser, so everytime you are on a subscription page, the extension pops up and lets you save that subscription in just 1 click.

Then once your subscription is nearing its billing date, we send you a text letting you know. So you never have to remember all the subscriptions you are subscribed to, their expiry dates etc.                    

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

ชื่อ Subscrybe Subscrybe
ID cfcdaknjempfnjedghajbienfhgambom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/subscrybe/cfcdaknjempfnjedghajbienfhgambom
คำอธิบาย Manage subscriptions, and get alerted before next billing date.
ขนาดไฟล์ 46.71 KB
จำนวนการติดตั้ง 122
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2020-05-14
วันที่เผยแพร่ 2020-05-14
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://subscrybe.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://subscrybe.app
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Subscrybe",
    "version": "1.0.8",
    "description": "Manage subscriptions, and get alerted before next billing date.",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "https:\/\/my.subscrybe.app\/*",
        "storage",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "bundle.js",
                "alter.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Subscrybe",
        "default_popup": "index.html"
    }
}