SendBeatsTo: Send Beats to Emails

SendBeatsTo: Send Beats to Emails lets you easily send beats to email addresses found on social media from your SendBeatsTo account.

SendBeatsTo: Send Beats to Emailsคืออะไร?

SendBeatsTo: Send Beats to Emails เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sendbeatsto.com และคุณลักษณะหลักของมันคือ "SendBeatsTo: Send Beats to Emails lets you easily send beats to email addresses found on social media from your SendBeatsTo account."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SendBeatsTo: Send Beats to Emails

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

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

                        The SendBeatsTo Send Beats to Emails extension lets you easily send your beats to rappers, singers, artists, labels and/or other content creators email addresses shared on social networks by replacing them with a link to the Send Beats page in your SendBeatsTo account.

SUPPORTED SITES: Facebook, Twitter, Instagram, SoundCloud, YouTube, Tumblr, Reverbnation. You are welcome to suggest more sites!

KNOWN ISSUES:
1) On some sites you need to refresh the page the email address is on for the replacement to work.

NOTE: You need to have a SendBeatsTo account for this extension to be useful to you.                    

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

ชื่อ SendBeatsTo: Send Beats to Emails SendBeatsTo: Send Beats to Emails
ID oabgaahhignjhhhcffkdfgjmlfgbffpj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sendbeatsto-send-beats-to/oabgaahhignjhhhcffkdfgjmlfgbffpj
คำอธิบาย SendBeatsTo: Send Beats to Emails lets you easily send beats to email addresses found on social media from your SendBeatsTo account.
ขนาดไฟล์ 238 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2023-12-05
วันที่เผยแพร่ 2016-12-15
ผู้พัฒนา https://sendbeatsto.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://sendbeatsto.com
URL หน้าช่วยเหลือ https://sendbeatsto.com/about-us/
URL หน้านโยบายความเป็นส่วนตัว https://sendbeatsto.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SendBeatsTo: Send Beats to Emails",
    "description": "SendBeatsTo: Send Beats to Emails lets you easily send beats to email addresses found on social media from your SendBeatsTo account.",
    "version": "2.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/instagram.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/facebook.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/soundcloud.com\/*",
                "*:\/\/*.soundcloud.com\/*",
                "*:\/\/reverbnation.com\/*",
                "*:\/\/*.reverbnation.com\/*",
                "*:\/\/youtube.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.tumblr.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}