FPTraffic
The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.
Hvad er FPTraffic?
FPTraffic er en Chrome-udvidelse udviklet af https://fptraffic.com, og dens hovedfunktion er "The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.".
Udvidelsesskærmbilleder
Download FPTraffic-udvidelses-CRX-fil
Download FPTraffic-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Use this tool along with your FPTraffic.com account to easily schedule and post photos and other content to your Facebook Pages and Twitter. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mnhapiceipfpmbbibcijkfecpehjjodm |
| Officiel URL | https://chromewebstore.google.com/detail/fptraffic/mnhapiceipfpmbbibcijkfecpehjjodm |
| Beskrivelse | The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic. |
| Filstørrelse | 203 KB |
| Antal Installationer | 2,142 |
| Nuværende Version | 2.0 |
| Senest Opdateret | 2016-12-09 |
| Udgivelsesdato | 2016-12-08 |
| Bedømmelse | 4.40/5 Samlet 15 Bedømmelser |
| Udvikler | https://fptraffic.com |
| Betalingsmetode | free |
| Udvidelseswebsted | http://fptraffic.com |
| Hjælpeside-URL | http://fptraffic.com/contact/ |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "FPTraffic",
"description": "The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.",
"version": "2.0",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"activeTab"
],
"icons": {
"16": "favicon.png",
"48": "favicon.png",
"128": "favicon.png"
},
"browser_action": {
"default_icon": {
"19": "favicon.png",
"38": "favicon.png",
"128": "favicon.png"
}
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"jquery.js",
"jquery-ui.js",
"fptraffic.js"
],
"css": [
"fptraffic.css"
]
}
],
"web_accessible_resources": [
"img\/close.png"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |