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.
Was ist SendBeatsTo: Send Beats to Emails?
SendBeatsTo: Send Beats to Emails ist eine Chrome-Erweiterung, die von https://sendbeatsto.com entwickelt wurde, und ihr Hauptmerkmal ist "SendBeatsTo: Send Beats to Emails lets you easily send beats to email addresses found on social media from your SendBeatsTo account.".
Erweiterungsscreenshots
SendBeatsTo: Send Beats to Emails-Erweiterungs-CRX-Datei herunterladen
Laden Sie SendBeatsTo: Send Beats to Emails-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | oabgaahhignjhhhcffkdfgjmlfgbffpj |
| Offizielle URL | https://chromewebstore.google.com/detail/sendbeatsto-send-beats-to/oabgaahhignjhhhcffkdfgjmlfgbffpj |
| Beschreibung | SendBeatsTo: Send Beats to Emails lets you easily send beats to email addresses found on social media from your SendBeatsTo account. |
| Dateigröße | 238 KB |
| Installationsanzahl | 49 |
| Aktuelle Version | 2.0 |
| Letztes Update | 2023-12-05 |
| Veröffentlichungsdatum | 2016-12-15 |
| Entwickler | https://sendbeatsto.com |
| [email protected] | |
| Zahlungsart | in_app |
| Erweiterungswebsite | https://sendbeatsto.com |
| Hilfeseite URL | https://sendbeatsto.com/about-us/ |
| URL der Datenschutzrichtlinien-Seite | https://sendbeatsto.com/privacy-policy |
| Unterstützte Sprachen | 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"
}
]
} | |