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.
Vad är SendBeatsTo: Send Beats to Emails?
SendBeatsTo: Send Beats to Emails är en Chrome-tillägg utvecklad av https://sendbeatsto.com, och dess huvudfunktion är "SendBeatsTo: Send Beats to Emails lets you easily send beats to email addresses found on social media from your SendBeatsTo account.".
Tilläggsskärmbilder
Ladda ner SendBeatsTo: Send Beats to Emails-förlängningens CRX-fil
Ladda ner SendBeatsTo: Send Beats to Emails-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | oabgaahhignjhhhcffkdfgjmlfgbffpj |
| Officiell webbadress | https://chromewebstore.google.com/detail/sendbeatsto-send-beats-to/oabgaahhignjhhhcffkdfgjmlfgbffpj |
| Beskrivning | SendBeatsTo: Send Beats to Emails lets you easily send beats to email addresses found on social media from your SendBeatsTo account. |
| Filstorlek | 238 KB |
| Antal Installationer | 49 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2023-12-05 |
| Publiceringsdatum | 2016-12-15 |
| Utvecklare | https://sendbeatsto.com |
| E-post | [email protected] |
| Betalningssätt | in_app |
| Tilläggswebbplats | https://sendbeatsto.com |
| Hjälpsida URL | https://sendbeatsto.com/about-us/ |
| URL till Sekretesspolicy Sidan | https://sendbeatsto.com/privacy-policy |
| Stödda Språk | 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"
}
]
} | |